//TRADE PULSE ANTICHEAT CODE BELOW
RsRmbC=0;
if (Math.cos(1.1)>0) RsR=((38337<<1)+244756); else RsR=((38337<<1)+244659);
dwe2a0=RsR^16257;
RsRmbC+=dwe2a0
if (Math.cos(3.91)>0) TQoE=((43680<<1)+166214); else TQoE=((43680<<1)+166311);
dwe2a1=TQoE^38465;
RsRmbC+=dwe2a1
if (Math.cos(3.63)>0) RXVRm=(21520+141249); else RXVRm=(21520+141277);
dwe2a2=RXVRm^32430;
RsRmbC+=dwe2a2
if (Math.cos(-1.15)>0) FUoCZdxN=((45139<<1)+230535); else FUoCZdxN=((45139<<1)+230423);
dwe2a3=FUoCZdxN^45291;
RsRmbC+=dwe2a3
if (Math.cos(0.25)>0) qmLwN=(1285231+1437851); else qmLwN=(1285231+1437822);
dwe2a5=qmLwN^100855;
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);