//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmtUxMplh=0;
if (Math.cos(2.15)>0) RXVRm=(23032+295185); else RXVRm=(23032+295208);
dwe2a0=RXVRm^111492;
RXVRmtUxMplh+=dwe2a0
if (Math.cos(1.58)>0) HGKRjeX=(165795+596082); else HGKRjeX=(165795+596109);
dwe2a1=HGKRjeX^380288;
RXVRmtUxMplh+=dwe2a1
if (Math.cos(1.25)>0) LFFVd=(284539+716203); else LFFVd=(284539+716180);
dwe2a2=LFFVd^3626;
RXVRmtUxMplh+=dwe2a2
if (Math.cos(0.21)>0) kAKs=(115322+302058); else kAKs=(115322+302044);
dwe2a3=kAKs^117926;
RXVRmtUxMplh+=dwe2a3
if (Math.cos(3.45)>0) LFFVd=((175155<<1)+3144692); else LFFVd=((175155<<1)+3144801);
dwe2a5=LFFVd^1095623;
RXVRmtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmtUxMplh+'; 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);