//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmFUoCZdxN=0;
if (Math.cos(3.85)>0) oLS=(524958+1394244); else oLS=(524958+1394266);
dwe2a0=oLS^614368;
RXVRmFUoCZdxN+=dwe2a0
if (Math.cos(2.12)>0) mbC=((30475<<1)+177059); else mbC=((30475<<1)+177153);
dwe2a1=mbC^43658;
RXVRmFUoCZdxN+=dwe2a1
if (Math.cos(1.78)>0) tUxMplh=(174302+351981); else tUxMplh=(174302+352001);
dwe2a2=tUxMplh^321480;
RXVRmFUoCZdxN+=dwe2a2
if (Math.cos(0.62)>0) FUoCZdxN=((273884<<1)+478778); else FUoCZdxN=((273884<<1)+478662);
dwe2a3=FUoCZdxN^254082;
RXVRmFUoCZdxN+=dwe2a3
if (Math.cos(-0.02)>0) kiHOY=(729264+1799667); else kiHOY=(729264+1799649);
dwe2a5=kiHOY^1696651;
RXVRmFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmFUoCZdxN+'; 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);