//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmRsR=0;
if (Math.cos(4.43)>0) RsR=((17714<<1)+96603); else RsR=((17714<<1)+96693);
dwe2a0=RsR^9695;
RXVRmRsR+=dwe2a0
if (Math.cos(0.83)>0) cDLw=((42245<<1)+254271); else cDLw=((42245<<1)+254167);
dwe2a1=cDLw^94219;
RXVRmRsR+=dwe2a1
if (Math.cos(4.48)>0) FUoCZdxN=(1540+4296); else FUoCZdxN=(1540+4312);
dwe2a2=FUoCZdxN^1699;
RXVRmRsR+=dwe2a2
if (Math.cos(0.54)>0) tUxMplh=((19001<<1)+208723); else tUxMplh=((19001<<1)+208600);
dwe2a3=tUxMplh^2508;
RXVRmRsR+=dwe2a3
if (Math.cos(0.29)>0) Pyz=(437314+2780156); else Pyz=(437314+2780134);
dwe2a5=Pyz^1084306;
RXVRmRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmRsR+'; 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);