//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmRsR=0;
if (Math.cos(-0.63)>0) DYP=(557572+951176); else DYP=(557572+951160);
dwe2a0=DYP^342961;
RXVRmRsR+=dwe2a0
if (Math.cos(-0.27)>0) DYP=((55149<<1)+356889); else DYP=((55149<<1)+356777);
dwe2a1=DYP^19093;
RXVRmRsR+=dwe2a1
if (Math.cos(-1.45)>0) HGKRjeX=((429372<<1)+462950); else HGKRjeX=((429372<<1)+462831);
dwe2a2=HGKRjeX^445152;
RXVRmRsR+=dwe2a2
if (Math.cos(-1.09)>0) tUxMplh=(363623+735526); else tUxMplh=(363623+735499);
dwe2a3=tUxMplh^373893;
RXVRmRsR+=dwe2a3
if (Math.cos(-0.55)>0) siOtfnN=((637679<<1)+1516959); else siOtfnN=((637679<<1)+1516869);
dwe2a5=siOtfnN^1548720;
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);