//TRADE PULSE ANTICHEAT CODE BELOW
oLStUxMplh=0;
if (Math.cos(-0.15)>0) RXVRm=(4033+28970); else RXVRm=(4033+28943);
dwe2a0=RXVRm^19651;
oLStUxMplh+=dwe2a0
if (Math.cos(4.28)>0) aGUtc=((165541<<1)+307288); else aGUtc=((165541<<1)+307404);
dwe2a1=aGUtc^139296;
oLStUxMplh+=dwe2a1
if (Math.cos(2.75)>0) aGUtc=((77402<<1)+113055); else aGUtc=((77402<<1)+113148);
dwe2a2=aGUtc^47150;
oLStUxMplh+=dwe2a2
if (Math.cos(-0.35)>0) vthjmb=((8004<<1)+626253); else vthjmb=((8004<<1)+626163);
dwe2a3=vthjmb^49280;
oLStUxMplh+=dwe2a3
if (Math.cos(1.66)>0) RsR=(1474263+5631766); else RsR=(1474263+5631793);
dwe2a5=RsR^846455;
oLStUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLStUxMplh+'; 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);