//TRADE PULSE ANTICHEAT CODE BELOW
cDLwPyz=0;
if (Math.cos(0.54)>0) aGUtc=(28008+396185); else aGUtc=(28008+396159);
dwe2a0=aGUtc^93253;
cDLwPyz+=dwe2a0
if (Math.cos(-1.23)>0) TQoE=((93343<<1)+97234); else TQoE=((93343<<1)+97141);
dwe2a1=TQoE^208256;
cDLwPyz+=dwe2a1
if (Math.cos(4.66)>0) qmLwN=((11164<<1)+11397); else qmLwN=((11164<<1)+11493);
dwe2a2=qmLwN^16171;
cDLwPyz+=dwe2a2
if (Math.cos(3.26)>0) mBfXqHg=((148035<<1)+401476); else mBfXqHg=((148035<<1)+401590);
dwe2a3=mBfXqHg^123024;
cDLwPyz+=dwe2a3
if (Math.cos(1.83)>0) tUxMplh=((879802<<1)+1962117); else tUxMplh=((879802<<1)+1962229);
dwe2a5=tUxMplh^1058127;
cDLwPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwPyz+'; 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);