//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdmBfXqHg=0;
if (Math.cos(-0.5)>0) aGUtc=((62228<<1)+223945); else aGUtc=((62228<<1)+223826);
dwe2a0=aGUtc^121839;
LFFVdmBfXqHg+=dwe2a0
if (Math.cos(3.36)>0) LFFVd=((87128<<1)+136718); else LFFVd=((87128<<1)+136836);
dwe2a1=LFFVd^24080;
LFFVdmBfXqHg+=dwe2a1
if (Math.cos(-0.75)>0) DYP=((49689<<1)+81486); else DYP=((49689<<1)+81388);
dwe2a2=DYP^99329;
LFFVdmBfXqHg+=dwe2a2
if (Math.cos(2.91)>0) aGUtc=((89462<<1)+117357); else aGUtc=((89462<<1)+117450);
dwe2a3=aGUtc^19829;
LFFVdmBfXqHg+=dwe2a3
if (Math.cos(2.68)>0) cGYYC=((962225<<1)+1096088); else cGYYC=((962225<<1)+1096192);
dwe2a5=cGYYC^716262;
LFFVdmBfXqHg+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdmBfXqHg+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);