//TRADE PULSE ANTICHEAT CODE BELOW
DYPRsR=0;
if (Math.cos(1.81)>0) Pyz=(43085+48747); else Pyz=(43085+48771);
dwe2a0=Pyz^28674;
DYPRsR+=dwe2a0
if (Math.cos(0.95)>0) lethjVs=(2889+7867); else lethjVs=(2889+7853);
dwe2a1=lethjVs^4027;
DYPRsR+=dwe2a1
if (Math.cos(-0.53)>0) RsR=((14747<<1)+17096); else RsR=((14747<<1)+16982);
dwe2a2=RsR^24461;
DYPRsR+=dwe2a2
if (Math.cos(0.75)>0) aGUtc=((2759<<1)+3317); else aGUtc=((2759<<1)+3214);
dwe2a3=aGUtc^917;
DYPRsR+=dwe2a3
if (Math.cos(0.5)>0) aGUtc=((23097<<1)+193367); else aGUtc=((23097<<1)+193261);
dwe2a5=aGUtc^28576;
DYPRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPRsR+'; 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);