//TRADE PULSE ANTICHEAT CODE BELOW
oLSRsR=0;
if (Math.cos(0.63)>0) tUxMplh=(13407+50648); else tUxMplh=(13407+50628);
dwe2a0=tUxMplh^11954;
oLSRsR+=dwe2a0
if (Math.cos(0.07)>0) mbC=((58530<<1)+180752); else mbC=((58530<<1)+180642);
dwe2a1=mbC^193477;
oLSRsR+=dwe2a1
if (Math.cos(-1.38)>0) cDLw=(137640+180206); else cDLw=(137640+180186);
dwe2a2=cDLw^158074;
oLSRsR+=dwe2a2
if (Math.cos(4.65)>0) Pyz=((9954<<1)+155694); else Pyz=((9954<<1)+155812);
dwe2a3=Pyz^77536;
oLSRsR+=dwe2a3
if (Math.cos(-1.41)>0) cDLw=(666901+667498); else cDLw=(666901+667472);
dwe2a5=cDLw^3151;
oLSRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSRsR+'; 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);