//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcaGUtc=0;
if (Math.cos(-0.45)>0) Pyz=(68809+1346372); else Pyz=(68809+1346353);
dwe2a0=Pyz^480896;
aGUtcaGUtc+=dwe2a0
if (Math.cos(-1.32)>0) TQoE=(264794+449363); else TQoE=(264794+449348);
dwe2a1=TQoE^359304;
aGUtcaGUtc+=dwe2a1
if (Math.cos(2.2)>0) aGUtc=((90065<<1)+1015757); else aGUtc=((90065<<1)+1015853);
dwe2a2=aGUtc^174014;
aGUtcaGUtc+=dwe2a2
if (Math.cos(1.86)>0) cGYYC=(422632+925449); else cGYYC=(422632+925477);
dwe2a3=cGYYC^24354;
aGUtcaGUtc+=dwe2a3
if (Math.cos(4.55)>0) cGYYC=((526805<<1)+1282772); else cGYYC=((526805<<1)+1282880);
dwe2a5=cGYYC^227702;
aGUtcaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcaGUtc+'; 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);