//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(-0.14)>0) cDLw=(381270+467574); else cDLw=(381270+467545);
dwe2a0=cDLw^53818;
kAKsaGUtc+=dwe2a0
if (Math.cos(1.89)>0) tUxMplh=((46875<<1)+784461); else tUxMplh=((46875<<1)+784572);
dwe2a1=tUxMplh^162152;
kAKsaGUtc+=dwe2a1
if (Math.cos(-1.23)>0) Pyz=(254113+1194251); else Pyz=(254113+1194231);
dwe2a2=Pyz^417301;
kAKsaGUtc+=dwe2a2
if (Math.cos(2.7)>0) LFFVd=(58025+316461); else LFFVd=(58025+316479);
dwe2a3=LFFVd^81901;
kAKsaGUtc+=dwe2a3
if (Math.cos(1.33)>0) DYP=(188267+2518184); else DYP=(188267+2518169);
dwe2a5=DYP^1177455;
kAKsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsaGUtc+'; 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);