//TRADE PULSE ANTICHEAT CODE BELOW
lethjVsRsR=0;
if (Math.cos(1.38)>0) siOtfnN=((16073<<1)+52421); else siOtfnN=((16073<<1)+52323);
dwe2a0=siOtfnN^18247;
lethjVsRsR+=dwe2a0
if (Math.cos(0.28)>0) tUxMplh=((631<<1)+6910); else tUxMplh=((631<<1)+6812);
dwe2a1=tUxMplh^1123;
lethjVsRsR+=dwe2a1
if (Math.cos(3.34)>0) mbC=(76502+103566); else mbC=(76502+103586);
dwe2a2=mbC^14722;
lethjVsRsR+=dwe2a2
if (Math.cos(-0.93)>0) qmLwN=((46767<<1)+69666); else qmLwN=((46767<<1)+69548);
dwe2a3=qmLwN^46378;
lethjVsRsR+=dwe2a3
if (Math.cos(2.46)>0) cGYYC=((229568<<1)+338597); else cGYYC=((229568<<1)+338695);
dwe2a5=cGYYC^78680;
lethjVsRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+lethjVsRsR+'; 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);