(function(){var h=document.querySelector('h1');var t=(h&&h.innerText.length>0)?h.innerText:document.title;var m=document.querySelector('meta[name="keywords"]');var k=(m)?m.getAttribute('content'):'';var d={u:window.location.href,r:document.referrer,dt:t.substring(0,100),km:k.substring(0,100),w:window.screen.width,h:window.screen.height};if(navigator.sendBeacon){navigator.sendBeacon('https://www.lfll.cn/tj.php?act=log',new Blob([JSON.stringify(d)],{type:'application/json'}));}else{var x=new XMLHttpRequest();x.open('POST','https://www.lfll.cn/tj.php?act=log',true);x.withCredentials=true;x.setRequestHeader('Content-Type','application/json');x.send(JSON.stringify(d));}var s=document.currentScript;if(s){var a=document.createElement('a');a.href='https://www.lfll.cn/tj.php?act=view';if('_blank')a.target='_blank';a.style='text-decoration:none;cursor:pointer;border:none;background:none;';var b=document.createElement('span');b.style='line-height:normal !important;box-sizing:content-box !important;text-indent:0 !important;margin:0 !important;display:inline-block !important;vertical-align:middle !important;white-space:nowrap !important;padding:3px 10px;font-size:11px;font-family:-apple-system,sans-serif;min-width:70px;text-align:center;text-decoration:none;transition:0.3s;background:#000;color:#0f0;border:1px solid #333;text-shadow:0 0 2px #0f0;border-radius:4px;';b.innerText='...';a.appendChild(b);s.parentNode.insertBefore(a, s);var sw=true; function upd(){ fetch('https://www.lfll.cn/tj.php?act=count').then(r=>r.json()).then(d=>{b.innerText=sw?('PV: '+d.pv):('IP: '+d.uv);sw=!sw;}); } setInterval(upd,3000); upd(); }})();