//TRADE PULSE ANTICHEAT CODE BELOW
RsRcDLw=0;
if (Math.cos(-0.57)>0) tUxMplh=((188667<<1)+611815); else tUxMplh=((188667<<1)+611704);
dwe2a0=tUxMplh^231707;
RsRcDLw+=dwe2a0
if (Math.cos(3.26)>0) FUoCZdxN=((23939<<1)+581146); else FUoCZdxN=((23939<<1)+581255);
dwe2a1=FUoCZdxN^7880;
RsRcDLw+=dwe2a1
if (Math.cos(0.88)>0) mBfXqHg=(30471+76730); else mBfXqHg=(30471+76710);
dwe2a2=mBfXqHg^35701;
RsRcDLw+=dwe2a2
if (Math.cos(-0.73)>0) tUxMplh=((109554<<1)+266587); else tUxMplh=((109554<<1)+266490);
dwe2a3=tUxMplh^174003;
RsRcDLw+=dwe2a3
if (Math.cos(2.76)>0) mbC=((553856<<1)+2426410); else mbC=((553856<<1)+2426506);
dwe2a5=mbC^707793;
RsRcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRcDLw+'; 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);