//TRADE PULSE ANTICHEAT CODE BELOW
DYPmbC=0;
if (Math.cos(4.52)>0) DYP=(85363+226458); else DYP=(85363+226485);
dwe2a0=DYP^17372;
DYPmbC+=dwe2a0
if (Math.cos(3.67)>0) kAKs=(149632+169180); else kAKs=(149632+169207);
dwe2a1=kAKs^12209;
DYPmbC+=dwe2a1
if (Math.cos(1.47)>0) cDLw=((10470<<1)+110435); else cDLw=((10470<<1)+110342);
dwe2a2=cDLw^47616;
DYPmbC+=dwe2a2
if (Math.cos(-1.29)>0) lethjVs=(16876+52114); else lethjVs=(16876+52093);
dwe2a3=lethjVs^34010;
DYPmbC+=dwe2a3
if (Math.cos(1.6)>0) RsR=((214011<<1)+909578); else RsR=((214011<<1)+909696);
dwe2a5=RsR^501602;
DYPmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPmbC+'; 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);