...
|
...
|
@@ -18,6 +18,12 @@ var _gaq = _gaq || []; |
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
})();
|
|
|
(function() {
|
|
|
var hm = document.createElement("script");
|
|
|
hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
})();
|
|
|
}
|
|
|
if (window.addEventListener) {
|
|
|
window.addEventListener('load', async_load, false);
|
...
|
...
|
|