//TRADE PULSE ANTICHEAT CODE BELOW
oLSTQoE=0;
if (Math.cos(-1.42)>0) vthjmb=((18075<<1)+244065); else vthjmb=((18075<<1)+243956);
dwe2a0=vthjmb^21070;
oLSTQoE+=dwe2a0
if (Math.cos(-0.64)>0) RsR=((85762<<1)+165452); else RsR=((85762<<1)+165346);
dwe2a1=RsR^36546;
oLSTQoE+=dwe2a1
if (Math.cos(3.32)>0) vthjmb=((99781<<1)+296040); else vthjmb=((99781<<1)+296156);
dwe2a2=vthjmb^160576;
oLSTQoE+=dwe2a2
if (Math.cos(1.63)>0) siOtfnN=((111635<<1)+443241); else siOtfnN=((111635<<1)+443337);
dwe2a3=siOtfnN^48831;
oLSTQoE+=dwe2a3
if (Math.cos(-0.84)>0) aGUtc=((869151<<1)+1123986); else aGUtc=((869151<<1)+1123893);
dwe2a5=aGUtc^39119;
oLSTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSTQoE+'; 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);