//TRADE PULSE ANTICHEAT CODE BELOW
DYPRXVRm=0;
if (Math.cos(0.69)>0) RXVRm=(28427+30790); else RXVRm=(28427+30765);
dwe2a0=RXVRm^14915;
DYPRXVRm+=dwe2a0
if (Math.cos(3.25)>0) oLS=((64494<<1)+122936); else oLS=((64494<<1)+123036);
dwe2a1=oLS^37771;
DYPRXVRm+=dwe2a1
if (Math.cos(-1.55)>0) HGKRjeX=((24308<<1)+31357); else HGKRjeX=((24308<<1)+31266);
dwe2a2=HGKRjeX^12536;
DYPRXVRm+=dwe2a2
if (Math.cos(1.58)>0) tUxMplh=((53211<<1)+203573); else tUxMplh=((53211<<1)+203684);
dwe2a3=tUxMplh^48972;
DYPRXVRm+=dwe2a3
if (Math.cos(0.49)>0) oLS=((185562<<1)+512457); else oLS=((185562<<1)+512362);
dwe2a5=oLS^116536;
DYPRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPRXVRm+'; 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);