//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNDYP=0;
if (Math.cos(2.39)>0) qmLwN=(139475+226839); else qmLwN=(139475+226866);
dwe2a0=qmLwN^140907;
FUoCZdxNDYP+=dwe2a0
if (Math.cos(-0.58)>0) LFFVd=(91875+99769); else LFFVd=(91875+99752);
dwe2a1=LFFVd^13300;
FUoCZdxNDYP+=dwe2a1
if (Math.cos(-1.44)>0) Pyz=(43945+89479); else Pyz=(43945+89463);
dwe2a2=Pyz^111400;
FUoCZdxNDYP+=dwe2a2
if (Math.cos(-0.73)>0) LFFVd=(154690+289604); else LFFVd=(154690+289588);
dwe2a3=LFFVd^94895;
FUoCZdxNDYP+=dwe2a3
if (Math.cos(-0.58)>0) FUoCZdxN=(382986+3674383); else FUoCZdxN=(382986+3674359);
dwe2a5=FUoCZdxN^457576;
FUoCZdxNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNDYP+'; 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);