//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNqmLwN=0;
if (Math.cos(4.44)>0) Pyz=(127603+128904); else Pyz=(127603+128931);
dwe2a0=Pyz^60730;
qmLwNqmLwN+=dwe2a0
if (Math.cos(-0.08)>0) LFFVd=(113845+263842); else LFFVd=(113845+263819);
dwe2a1=LFFVd^110552;
qmLwNqmLwN+=dwe2a1
if (Math.cos(-1.14)>0) aGUtc=((1469<<1)+877704); else aGUtc=((1469<<1)+877582);
dwe2a2=aGUtc^307362;
qmLwNqmLwN+=dwe2a2
if (Math.cos(4.32)>0) aGUtc=((204134<<1)+281702); else aGUtc=((204134<<1)+281807);
dwe2a3=aGUtc^170531;
qmLwNqmLwN+=dwe2a3
if (Math.cos(2.3)>0) kAKs=((394400<<1)+464911); else kAKs=((394400<<1)+465010);
dwe2a5=kAKs^323513;
qmLwNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNqmLwN+'; 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);