//TRADE PULSE ANTICHEAT CODE BELOW
oLSoLS=0;
if (Math.cos(-0.5)>0) TQoE=((128494<<1)+135885); else TQoE=((128494<<1)+135777);
dwe2a0=TQoE^72228;
oLSoLS+=dwe2a0
if (Math.cos(3.25)>0) kAKs=((48428<<1)+61206); else kAKs=((48428<<1)+61321);
dwe2a1=kAKs^56902;
oLSoLS+=dwe2a1
if (Math.cos(-0.03)>0) qmLwN=(426273+563522); else qmLwN=(426273+563501);
dwe2a2=qmLwN^178842;
oLSoLS+=dwe2a2
if (Math.cos(3.66)>0) qmLwN=((38318<<1)+209373); else qmLwN=((38318<<1)+209481);
dwe2a3=qmLwN^193138;
oLSoLS+=dwe2a3
if (Math.cos(-0.59)>0) aGUtc=(1640016+3492951); else aGUtc=(1640016+3492922);
dwe2a5=aGUtc^630430;
oLSoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSoLS+'; 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);