Showing
1 changed file
with
0 additions
and
2 deletions
@@ -83,14 +83,12 @@ | @@ -83,14 +83,12 @@ | ||
83 | // 追踪配置(可选)... | 83 | // 追踪配置(可选)... |
84 | 84 | ||
85 | setTimeout(function() { | 85 | setTimeout(function() { |
86 | - (function () { | ||
87 | var _pzfx = document['createElement']('script'); | 86 | var _pzfx = document['createElement']('script'); |
88 | _pzfx.type = 'text/javascript'; | 87 | _pzfx.type = 'text/javascript'; |
89 | _pzfx.async = true; | 88 | _pzfx.async = true; |
90 | _pzfx.src = '//static.w3t.cn/fx/1/1/fx.js'; | 89 | _pzfx.src = '//static.w3t.cn/fx/1/1/fx.js'; |
91 | var sc = document.getElementsByTagName('script')[0]; | 90 | var sc = document.getElementsByTagName('script')[0]; |
92 | sc.parentNode.insertBefore(_pzfx,sc); | 91 | sc.parentNode.insertBefore(_pzfx,sc); |
93 | - })(); | ||
94 | }, 1000); | 92 | }, 1000); |
95 | 93 | ||
96 | 94 |
-
Please register or login to post a comment