//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmHGKRjeX=0;
if (Math.cos(4.37)>0) oLS=((379145<<1)+782591); else oLS=((379145<<1)+782685);
dwe2a0=oLS^141908;
RXVRmHGKRjeX+=dwe2a0
if (Math.cos(4.47)>0) mbC=((109053<<1)+364522); else mbC=((109053<<1)+364634);
dwe2a1=mbC^42991;
RXVRmHGKRjeX+=dwe2a1
if (Math.cos(-1.35)>0) RXVRm=((17520<<1)+439744); else RXVRm=((17520<<1)+439622);
dwe2a2=RXVRm^185667;
RXVRmHGKRjeX+=dwe2a2
if (Math.cos(-0.75)>0) oLS=((58599<<1)+674175); else oLS=((58599<<1)+674067);
dwe2a3=oLS^76278;
RXVRmHGKRjeX+=dwe2a3
if (Math.cos(1.66)>0) RsR=((1136592<<1)+2767194); else RsR=((1136592<<1)+2767289);
dwe2a5=RsR^823675;
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);