//TRADE PULSE ANTICHEAT CODE BELOW
cDLwDYP=0;
if (Math.cos(1.12)>0) LFFVd=((166067<<1)+283846); else LFFVd=((166067<<1)+283730);
dwe2a0=LFFVd^108826;
cDLwDYP+=dwe2a0
if (Math.cos(2.86)>0) tUxMplh=((36976<<1)+122034); else tUxMplh=((36976<<1)+122131);
dwe2a1=tUxMplh^108348;
cDLwDYP+=dwe2a1
if (Math.cos(0.5)>0) TQoE=((120694<<1)+190851); else TQoE=((120694<<1)+190748);
dwe2a2=TQoE^29234;
cDLwDYP+=dwe2a2
if (Math.cos(4.71)>0) LFFVd=(10903+490461); else LFFVd=(10903+490482);
dwe2a3=LFFVd^27723;
cDLwDYP+=dwe2a3
if (Math.cos(-0.98)>0) kiHOY=(881457+1182563); else kiHOY=(881457+1182546);
dwe2a5=kiHOY^557070;
cDLwDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwDYP+'; 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);