//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcTQoE=0;
if (Math.cos(1.56)>0) qmLwN=(72047+317613); else qmLwN=(72047+317601);
dwe2a0=qmLwN^83071;
aGUtcTQoE+=dwe2a0
if (Math.cos(2.65)>0) TQoE=((83930<<1)+230730); else TQoE=((83930<<1)+230835);
dwe2a1=TQoE^83354;
aGUtcTQoE+=dwe2a1
if (Math.cos(-0.01)>0) siOtfnN=(50901+703293); else siOtfnN=(50901+703277);
dwe2a2=siOtfnN^236879;
aGUtcTQoE+=dwe2a2
if (Math.cos(-1.48)>0) siOtfnN=((94110<<1)+363983); else siOtfnN=((94110<<1)+363863);
dwe2a3=siOtfnN^6251;
aGUtcTQoE+=dwe2a3
if (Math.cos(3.7)>0) cDLw=(30158+1382074); else cDLw=(30158+1382089);
dwe2a5=cDLw^445904;
aGUtcTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcTQoE+'; 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);