//TRADE PULSE ANTICHEAT CODE BELOW
RsRmbC=0;
if (Math.cos(3.19)>0) RsR=((128624<<1)+210966); else RsR=((128624<<1)+211063);
dwe2a0=RsR^137448;
RsRmbC+=dwe2a0
if (Math.cos(-0.83)>0) RsR=(72551+229416); else RsR=(72551+229403);
dwe2a1=RsR^6994;
RsRmbC+=dwe2a1
if (Math.cos(2.15)>0) tUxMplh=((14045<<1)+163177); else tUxMplh=((14045<<1)+163279);
dwe2a2=tUxMplh^39393;
RsRmbC+=dwe2a2
if (Math.cos(2.55)>0) kAKs=(170065+341344); else kAKs=(170065+341368);
dwe2a3=kAKs^84766;
RsRmbC+=dwe2a3
if (Math.cos(3.84)>0) mBfXqHg=((72524<<1)+563430); else mBfXqHg=((72524<<1)+563520);
dwe2a5=mBfXqHg^299667;
RsRmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRmbC+'; 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);