//TRADE PULSE ANTICHEAT CODE BELOW
cDLwqmLwN=0;
if (Math.cos(2.96)>0) cGYYC=((6009<<1)+12370); else cGYYC=((6009<<1)+12478);
dwe2a0=cGYYC^5704;
cDLwqmLwN+=dwe2a0
if (Math.cos(4.17)>0) DYP=((1521<<1)+3110); else DYP=((1521<<1)+3225);
dwe2a1=DYP^319;
cDLwqmLwN+=dwe2a1
if (Math.cos(-1.01)>0) aGUtc=(14331+33540); else aGUtc=(14331+33519);
dwe2a2=aGUtc^8412;
cDLwqmLwN+=dwe2a2
if (Math.cos(3.1)>0) lethjVs=(1812+77464); else lethjVs=(1812+77480);
dwe2a3=lethjVs^12443;
cDLwqmLwN+=dwe2a3
if (Math.cos(2.97)>0) DYP=((57069<<1)+181242); else DYP=((57069<<1)+181354);
dwe2a5=DYP^188590;
cDLwqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwqmLwN+'; 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);