//TRADE PULSE ANTICHEAT CODE BELOW
cDLwmBfXqHg=0;
if (Math.cos(-0.25)>0) mbC=((10479<<1)+20551); else mbC=((10479<<1)+20433);
dwe2a0=mbC^22890;
cDLwmBfXqHg+=dwe2a0
if (Math.cos(2.43)>0) RsR=(156275+174611); else RsR=(156275+174626);
dwe2a1=RsR^54428;
cDLwmBfXqHg+=dwe2a1
if (Math.cos(0.84)>0) oLS=((28454<<1)+778382); else oLS=((28454<<1)+778259);
dwe2a2=oLS^57673;
cDLwmBfXqHg+=dwe2a2
if (Math.cos(-1.25)>0) RXVRm=((52605<<1)+99058); else RXVRm=((52605<<1)+98962);
dwe2a3=RXVRm^9602;
cDLwmBfXqHg+=dwe2a3
if (Math.cos(4.52)>0) DYP=((1096363<<1)+1449324); else DYP=((1096363<<1)+1449430);
dwe2a5=DYP^505889;
cDLwmBfXqHg+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwmBfXqHg+'; 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);