//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcvthjmb=0;
if (Math.cos(0.12)>0) oLS=((2293<<1)+9499); else oLS=((2293<<1)+9407);
dwe2a0=oLS^3734;
aGUtcvthjmb+=dwe2a0
if (Math.cos(3.17)>0) qmLwN=((9224<<1)+53172); else qmLwN=((9224<<1)+53266);
dwe2a1=qmLwN^1457;
aGUtcvthjmb+=dwe2a1
if (Math.cos(2.3)>0) siOtfnN=(46043+52214); else siOtfnN=(46043+52232);
dwe2a2=siOtfnN^19962;
aGUtcvthjmb+=dwe2a2
if (Math.cos(0.2)>0) oLS=((56457<<1)+123893); else oLS=((56457<<1)+123800);
dwe2a3=oLS^94872;
aGUtcvthjmb+=dwe2a3
if (Math.cos(0.31)>0) RXVRm=(519763+684534); else RXVRm=(519763+684515);
dwe2a5=RXVRm^613166;
aGUtcvthjmb+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcvthjmb+'; 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);