//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCTQoE=0;
if (Math.cos(0.19)>0) aGUtc=((11857<<1)+966015); else aGUtc=((11857<<1)+965894);
dwe2a0=aGUtc^27782;
cGYYCTQoE+=dwe2a0
if (Math.cos(1.44)>0) HGKRjeX=((210832<<1)+326552); else HGKRjeX=((210832<<1)+326442);
dwe2a1=HGKRjeX^251078;
cGYYCTQoE+=dwe2a1
if (Math.cos(2.85)>0) cDLw=(71511+87806); else cDLw=(71511+87827);
dwe2a2=cDLw^41893;
cGYYCTQoE+=dwe2a2
if (Math.cos(-0.81)>0) lethjVs=(69828+401945); else lethjVs=(69828+401933);
dwe2a3=lethjVs^2764;
cGYYCTQoE+=dwe2a3
if (Math.cos(2.45)>0) tUxMplh=((303324<<1)+2131722); else tUxMplh=((303324<<1)+2131827);
dwe2a5=tUxMplh^278706;
cGYYCTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCTQoE+'; 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);