//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcLFFVd=0;
if (Math.cos(3.75)>0) DYP=((35850<<1)+77529); else DYP=((35850<<1)+77621);
dwe2a0=DYP^27138;
aGUtcLFFVd+=dwe2a0
if (Math.cos(3.63)>0) qmLwN=((76242<<1)+309974); else qmLwN=((76242<<1)+310080);
dwe2a1=qmLwN^101804;
aGUtcLFFVd+=dwe2a1
if (Math.cos(1.02)>0) RsR=((14577<<1)+148720); else RsR=((14577<<1)+148624);
dwe2a2=RsR^60387;
aGUtcLFFVd+=dwe2a2
if (Math.cos(1.33)>0) cGYYC=((111996<<1)+184075); else cGYYC=((111996<<1)+183981);
dwe2a3=cGYYC^60458;
aGUtcLFFVd+=dwe2a3
if (Math.cos(2.04)>0) LFFVd=((455087<<1)+563483); else LFFVd=((455087<<1)+563603);
dwe2a5=LFFVd^338048;
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);