//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCDYP=0;
if (Math.cos(-1.24)>0) TQoE=((45394<<1)+448079); else TQoE=((45394<<1)+447967);
dwe2a0=TQoE^322043;
cGYYCDYP+=dwe2a0
if (Math.cos(1.96)>0) kiHOY=((49530<<1)+518542); else kiHOY=((49530<<1)+518648);
dwe2a1=kiHOY^26747;
cGYYCDYP+=dwe2a1
if (Math.cos(2.08)>0) tUxMplh=((33200<<1)+275936); else tUxMplh=((33200<<1)+276058);
dwe2a2=tUxMplh^194946;
cGYYCDYP+=dwe2a2
if (Math.cos(0.28)>0) LFFVd=(16310+39717); else LFFVd=(16310+39689);
dwe2a3=LFFVd^2715;
cGYYCDYP+=dwe2a3
if (Math.cos(-1.27)>0) Pyz=(766605+6253202); else Pyz=(766605+6253189);
dwe2a5=Pyz^5551;
cGYYCDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCDYP+'; 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);