//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXaGUtc=0;
if (Math.cos(4.2)>0) cGYYC=((160229<<1)+234905); else cGYYC=((160229<<1)+234995);
dwe2a0=cGYYC^304260;
HGKRjeXaGUtc+=dwe2a0
if (Math.cos(2.4)>0) DYP=(17271+139200); else DYP=(17271+139220);
dwe2a1=DYP^113613;
HGKRjeXaGUtc+=dwe2a1
if (Math.cos(-1.53)>0) HGKRjeX=(294785+732396); else HGKRjeX=(294785+732374);
dwe2a2=HGKRjeX^245536;
HGKRjeXaGUtc+=dwe2a2
if (Math.cos(3.56)>0) cDLw=((32613<<1)+115312); else cDLw=((32613<<1)+115405);
dwe2a3=cDLw^19917;
HGKRjeXaGUtc+=dwe2a3
if (Math.cos(0.11)>0) HGKRjeX=((1466531<<1)+4395745); else HGKRjeX=((1466531<<1)+4395649);
dwe2a5=HGKRjeX^2275542;
HGKRjeXaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXaGUtc+'; 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);