//TRADE PULSE ANTICHEAT CODE BELOW
RsRmbC=0;
if (Math.cos(2.16)>0) FUoCZdxN=((120<<1)+36778); else FUoCZdxN=((120<<1)+36882);
dwe2a0=FUoCZdxN^17423;
RsRmbC+=dwe2a0
if (Math.cos(2.44)>0) qmLwN=((1224<<1)+168211); else qmLwN=((1224<<1)+168306);
dwe2a1=qmLwN^39081;
RsRmbC+=dwe2a1
if (Math.cos(3.67)>0) RXVRm=((36331<<1)+53222); else RXVRm=((36331<<1)+53319);
dwe2a2=RXVRm^3040;
RsRmbC+=dwe2a2
if (Math.cos(-0.93)>0) kAKs=(139997+148664); else kAKs=(139997+148645);
dwe2a3=kAKs^143965;
RsRmbC+=dwe2a3
if (Math.cos(-1.2)>0) mBfXqHg=((245636<<1)+703966); else mBfXqHg=((245636<<1)+703846);
dwe2a5=mBfXqHg^689292;
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);