master
IoTgod 5 years ago
parent a464e90ade
commit 8261a789be
  1. 4
      server/cn/home/www/cdn/heartbeat/heartbeat_footer.min.js

@ -1,13 +1,15 @@
var __tmpCookie = "";
(function heartbeat_log()
{
setTimeout(function(){
setInterval(function(){
if(__isCookie){
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);

Loading…
Cancel
Save