//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(2.12)>0) vthjmb=((11910<<1)+25048); else vthjmb=((11910<<1)+25152);
dwe2a0=vthjmb^16361;
DYPcDLw+=dwe2a0
if (Math.cos(2.74)>0) HGKRjeX=(158243+171549); else HGKRjeX=(158243+171569);
dwe2a1=HGKRjeX^123951;
DYPcDLw+=dwe2a1
if (Math.cos(2.18)>0) siOtfnN=((5699<<1)+26699); else siOtfnN=((5699<<1)+26793);
dwe2a2=siOtfnN^27726;
DYPcDLw+=dwe2a2
if (Math.cos(0.66)>0) cGYYC=(16068+251580); else cGYYC=(16068+251553);
dwe2a3=cGYYC^168250;
DYPcDLw+=dwe2a3
if (Math.cos(2.7)>0) kAKs=((252439<<1)+1474053); else kAKs=((252439<<1)+1474153);
dwe2a5=kAKs^598453;
DYPcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPcDLw+'; 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);