//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhmbC=0;
if (Math.cos(-0.45)>0) HGKRjeX=((179075<<1)+193465); else HGKRjeX=((179075<<1)+193355);
dwe2a0=HGKRjeX^292924;
tUxMplhmbC+=dwe2a0
if (Math.cos(-1.47)>0) cGYYC=((32166<<1)+487297); else cGYYC=((32166<<1)+487204);
dwe2a1=cGYYC^93958;
tUxMplhmbC+=dwe2a1
if (Math.cos(0.74)>0) RsR=(50205+412430); else RsR=(50205+412404);
dwe2a2=RsR^47014;
tUxMplhmbC+=dwe2a2
if (Math.cos(-1.3)>0) RsR=((32400<<1)+591288); else RsR=((32400<<1)+591173);
dwe2a3=RsR^155399;
tUxMplhmbC+=dwe2a3
if (Math.cos(3.38)>0) cDLw=((272072<<1)+2260439); else cDLw=((272072<<1)+2260555);
dwe2a5=cDLw^115163;
tUxMplhmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhmbC+'; 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);