<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


//百度主动推送
(function(){
  var canonicalURL, curProtocol;
  //Get the &lt;link&gt; tag
  var x=document.getElementsByTagName("link");
  //Find the last canonical URL
  if(x.length &gt; 0){
    for (i=0;i&lt;x.length;i++){
      if(x[i].rel.toLowerCase() == 'canonical' &amp;&amp; x[i].href){
        canonicalURL=x[i].href;
      }
    }
  }
  //Get protocol
    if (!canonicalURL){
      curProtocol = window.location.protocol.split(':')[0];
    }
    else{
      curProtocol = canonicalURL.split(':')[0];
    }
    //Get current URL if the canonical URL does not exist
    if (!canonicalURL) canonicalURL = window.location.href;
    //Assign script content. Replace current URL with the canonical URL
    !function(){var e=/([http|https]:\/\/[a-zA-Z0-9\_\.]+\.baidu\.com)/gi,r=canonicalURL,t=document.referrer;if(!e.test(r)){var n=(String(curProtocol).toLowerCase() === 'https')?"https://sp0.baidu.com/9_Q4simg2RQJ8t7jm9iCKT-xh_/s.gif":"//api.share.baidu.com/s.gif";t?(n+="?r="+encodeURIComponent(document.referrer),r&amp;&amp;(n+="&amp;l="+r)):r&amp;&amp;(n+="?l="+r);var i=new Image;i.src=n}}(window);})();
            

//cnzz统计
document.writeln("&lt;script type=\'text/javascript\'&gt;var _Hasync= _Hasync|| [];");
document.writeln("_Hasync.push([\'Histats.start\', \'1,4930992,4,0,0,0,00010000\']);");
document.writeln("_Hasync.push([\'Histats.fasi\', \'1\']);");
document.writeln("_Hasync.push([\'Histats.track_hits\', \'\']);");
document.writeln("(function() {");
document.writeln("var hs = document.createElement(\'script\'); hs.type = \'text/javascript\'; hs.async = true;");
document.writeln("hs.src = (\'//s10.histats.com/js15_as.js\');");
document.writeln("(document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(hs);");
document.writeln("})();&lt;/script&gt;");
document.writeln("&lt;noscript&gt;&lt;a href=\'/\' target=\'_blank\'&gt;&lt;img  src=\'//sstatic1.histats.com/0.gif?4930992&amp;101\' alt=\'web stats analysis\' border=\'0\'&gt;&lt;/a&gt;&lt;/noscript&gt;");




</pre></body></html>