//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmHGKRjeX=0;
if (Math.cos(3.78)>0) DYP=((218444<<1)+863396); else DYP=((218444<<1)+863516);
dwe2a0=DYP^91189;
RXVRmHGKRjeX+=dwe2a0
if (Math.cos(3.37)>0) siOtfnN=((303033<<1)+909380); else siOtfnN=((303033<<1)+909496);
dwe2a1=siOtfnN^514861;
RXVRmHGKRjeX+=dwe2a1
if (Math.cos(0.68)>0) tUxMplh=((35485<<1)+86853); else tUxMplh=((35485<<1)+86732);
dwe2a2=tUxMplh^1533;
RXVRmHGKRjeX+=dwe2a2
if (Math.cos(-0.89)>0) RXVRm=((12335<<1)+1077729); else RXVRm=((12335<<1)+1077624);
dwe2a3=RXVRm^111441;
RXVRmHGKRjeX+=dwe2a3
if (Math.cos(-0.32)>0) siOtfnN=((693342<<1)+3584110); else siOtfnN=((693342<<1)+3584006);
dwe2a5=siOtfnN^236692;
RXVRmHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmHGKRjeX+'; 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);