//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhmBfXqHg=0;
if (Math.cos(0.91)>0) oLS=((36383<<1)+245086); else oLS=((36383<<1)+244965);
dwe2a0=oLS^86664;
tUxMplhmBfXqHg+=dwe2a0
if (Math.cos(4.21)>0) mbC=((7384<<1)+838756); else mbC=((7384<<1)+838861);
dwe2a1=mbC^72263;
tUxMplhmBfXqHg+=dwe2a1
if (Math.cos(-1.52)>0) vthjmb=((54831<<1)+1311208); else vthjmb=((54831<<1)+1311103);
dwe2a2=vthjmb^290534;
tUxMplhmBfXqHg+=dwe2a2
if (Math.cos(0.21)>0) RXVRm=(26578+452694); else RXVRm=(26578+452679);
dwe2a3=RXVRm^39734;
tUxMplhmBfXqHg+=dwe2a3
if (Math.cos(0.18)>0) mbC=(33017+4254608); else mbC=(33017+4254595);
dwe2a5=mbC^1058282;
tUxMplhmBfXqHg+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhmBfXqHg+'; 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);