1
0

baidu.html 337 B

1234567891011
  1. <!-- Baidu Analytics -->
  2. <script>
  3. var _hmt = _hmt || [];
  4. (function() {
  5. var hm = document.createElement("script");
  6. hm.src = "https://hm.baidu.com/hm.js?{{ $.Site.Params.baidu.token }}";
  7. var s = document.getElementsByTagName("script")[0];
  8. s.parentNode.insertBefore(hm, s);
  9. })();
  10. </script>
  11. <!-- End Baidu Web Analytics -->