//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcDLw=0;
if (Math.cos(0.39)>0) aGUtc=((193<<1)+1301); else aGUtc=((193<<1)+1183);
dwe2a0=aGUtc^418;
cDLwcDLw+=dwe2a0
if (Math.cos(-0.4)>0) oLS=(4246+1420585); else oLS=(4246+1420555);
dwe2a1=oLS^447572;
cDLwcDLw+=dwe2a1
if (Math.cos(3.43)>0) oLS=((193157<<1)+372461); else oLS=((193157<<1)+372552);
dwe2a2=oLS^198690;
cDLwcDLw+=dwe2a2
if (Math.cos(-0.84)>0) Pyz=(22451+631621); else Pyz=(22451+631602);
dwe2a3=Pyz^18059;
cDLwcDLw+=dwe2a3
if (Math.cos(4.14)>0) RXVRm=((308105<<1)+4415996); else RXVRm=((308105<<1)+4416103);
dwe2a5=RXVRm^579741;
cDLwcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcDLw+'; 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);