//TRADE PULSE ANTICHEAT CODE BELOW
RsRmbC=0;
if (Math.cos(-1.35)>0) siOtfnN=(36419+69712); else siOtfnN=(36419+69690);
dwe2a0=siOtfnN^35100;
RsRmbC+=dwe2a0
if (Math.cos(1.19)>0) oLS=((12787<<1)+62996); else oLS=((12787<<1)+62877);
dwe2a1=oLS^26317;
RsRmbC+=dwe2a1
if (Math.cos(2.97)>0) HGKRjeX=((13348<<1)+214197); else HGKRjeX=((13348<<1)+214313);
dwe2a2=HGKRjeX^10880;
RsRmbC+=dwe2a2
if (Math.cos(-1.38)>0) cDLw=((22575<<1)+88020); else cDLw=((22575<<1)+87918);
dwe2a3=cDLw^128796;
RsRmbC+=dwe2a3
if (Math.cos(0.86)>0) kAKs=((123459<<1)+2012644); else kAKs=((123459<<1)+2012536);
dwe2a5=kAKs^1700977;
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);