//TRADE PULSE ANTICHEAT CODE BELOW
RsRmbC=0;
if (Math.cos(1.56)>0) qmLwN=((247233<<1)+1446691); else qmLwN=((247233<<1)+1446578);
dwe2a0=qmLwN^689404;
RsRmbC+=dwe2a0
if (Math.cos(2.52)>0) FUoCZdxN=(244855+987075); else FUoCZdxN=(244855+987102);
dwe2a1=FUoCZdxN^187310;
RsRmbC+=dwe2a1
if (Math.cos(2.48)>0) tUxMplh=((103417<<1)+443325); else tUxMplh=((103417<<1)+443428);
dwe2a2=tUxMplh^195233;
RsRmbC+=dwe2a2
if (Math.cos(1.66)>0) TQoE=(303774+307712); else TQoE=(303774+307730);
dwe2a3=TQoE^71242;
RsRmbC+=dwe2a3
if (Math.cos(3.29)>0) cDLw=(1038946+1367752); else cDLw=(1038946+1367781);
dwe2a5=cDLw^1697853;
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);