//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcPyz=0;
if (Math.cos(-0.42)>0) RXVRm=(24582+161336); else RXVRm=(24582+161316);
dwe2a0=RXVRm^42340;
aGUtcPyz+=dwe2a0
if (Math.cos(3.83)>0) DYP=((171455<<1)+309990); else DYP=((171455<<1)+310102);
dwe2a1=DYP^93678;
aGUtcPyz+=dwe2a1
if (Math.cos(1.81)>0) kAKs=((247445<<1)+427784); else kAKs=((247445<<1)+427879);
dwe2a2=kAKs^9073;
aGUtcPyz+=dwe2a2
if (Math.cos(2.12)>0) mBfXqHg=((59087<<1)+884300); else mBfXqHg=((59087<<1)+884406);
dwe2a3=mBfXqHg^206800;
aGUtcPyz+=dwe2a3
if (Math.cos(3.96)>0) qmLwN=(16856+4038544); else qmLwN=(16856+4038556);
dwe2a5=qmLwN^1164468;
aGUtcPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcPyz+'; 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);