//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcLFFVd=0;
if (Math.cos(3.71)>0) cDLw=((79952<<1)+287175); else cDLw=((79952<<1)+287284);
dwe2a0=cDLw^114720;
aGUtcLFFVd+=dwe2a0
if (Math.cos(3.55)>0) oLS=((17113<<1)+919400); else oLS=((17113<<1)+919508);
dwe2a1=oLS^346982;
aGUtcLFFVd+=dwe2a1
if (Math.cos(0.84)>0) HGKRjeX=(218116+554837); else HGKRjeX=(218116+554816);
dwe2a2=HGKRjeX^143472;
aGUtcLFFVd+=dwe2a2
if (Math.cos(-0.81)>0) DYP=((171921<<1)+368126); else DYP=((171921<<1)+368035);
dwe2a3=DYP^157259;
aGUtcLFFVd+=dwe2a3
if (Math.cos(3.92)>0) qmLwN=((580770<<1)+831370); else qmLwN=((580770<<1)+831478);
dwe2a5=qmLwN^643917;
aGUtcLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcLFFVd+'; 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);