//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCaGUtc=0;
if (Math.cos(4.07)>0) Pyz=((22088<<1)+50302); else Pyz=((22088<<1)+50417);
dwe2a0=Pyz^14071;
cGYYCaGUtc+=dwe2a0
if (Math.cos(1.05)>0) mbC=((4660<<1)+135711); else mbC=((4660<<1)+135609);
dwe2a1=mbC^17050;
cGYYCaGUtc+=dwe2a1
if (Math.cos(2.46)>0) oLS=((38722<<1)+91593); else oLS=((38722<<1)+91701);
dwe2a2=oLS^41955;
cGYYCaGUtc+=dwe2a2
if (Math.cos(-1.2)>0) mBfXqHg=(92228+146025); else mBfXqHg=(92228+146013);
dwe2a3=mBfXqHg^37628;
cGYYCaGUtc+=dwe2a3
if (Math.cos(-1.2)>0) qmLwN=((42608<<1)+546801); else qmLwN=((42608<<1)+546693);
dwe2a5=qmLwN^342446;
cGYYCaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCaGUtc+'; 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);