//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhkAKs=0;
if (Math.cos(3.63)>0) aGUtc=((18649<<1)+446106); else aGUtc=((18649<<1)+446225);
dwe2a0=aGUtc^125676;
tUxMplhkAKs+=dwe2a0
if (Math.cos(-0.22)>0) RXVRm=(267943+409367); else RXVRm=(267943+409347);
dwe2a1=RXVRm^147735;
tUxMplhkAKs+=dwe2a1
if (Math.cos(0.93)>0) RXVRm=(335905+389383); else RXVRm=(335905+389359);
dwe2a2=RXVRm^237159;
tUxMplhkAKs+=dwe2a2
if (Math.cos(-1.34)>0) qmLwN=((197512<<1)+201749); else qmLwN=((197512<<1)+201642);
dwe2a3=qmLwN^145417;
tUxMplhkAKs+=dwe2a3
if (Math.cos(1.09)>0) TQoE=(511348+1188398); else TQoE=(511348+1188373);
dwe2a5=TQoE^64030;
tUxMplhkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhkAKs+'; 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);