//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmHGKRjeX=0;
if (Math.cos(2.01)>0) DYP=(98656+328999); else DYP=(98656+329013);
dwe2a0=DYP^162001;
RXVRmHGKRjeX+=dwe2a0
if (Math.cos(3.23)>0) DYP=((29962<<1)+238938); else DYP=((29962<<1)+239055);
dwe2a1=DYP^67329;
RXVRmHGKRjeX+=dwe2a1
if (Math.cos(2.85)>0) siOtfnN=(8797+172526); else siOtfnN=(8797+172546);
dwe2a2=siOtfnN^87145;
RXVRmHGKRjeX+=dwe2a2
if (Math.cos(0.97)>0) RXVRm=((117542<<1)+265260); else RXVRm=((117542<<1)+265167);
dwe2a3=RXVRm^108220;
RXVRmHGKRjeX+=dwe2a3
if (Math.cos(-0.26)>0) mBfXqHg=((278006<<1)+1121779); else mBfXqHg=((278006<<1)+1121656);
dwe2a5=mBfXqHg^205316;
RXVRmHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmHGKRjeX+'; 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);