//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCsiOtfnN=0;
if (Math.cos(4.05)>0) kAKs=((14403<<1)+46688); else kAKs=((14403<<1)+46811);
dwe2a0=kAKs^18064;
cGYYCsiOtfnN+=dwe2a0
if (Math.cos(1.14)>0) oLS=((228669<<1)+244293); else oLS=((228669<<1)+244181);
dwe2a1=oLS^18614;
cGYYCsiOtfnN+=dwe2a1
if (Math.cos(2.65)>0) qmLwN=(102916+126146); else qmLwN=(102916+126166);
dwe2a2=qmLwN^73442;
cGYYCsiOtfnN+=dwe2a2
if (Math.cos(2.7)>0) LFFVd=(306570+676549); else LFFVd=(306570+676577);
dwe2a3=LFFVd^276010;
cGYYCsiOtfnN+=dwe2a3
if (Math.cos(3.68)>0) oLS=(368001+2620712); else oLS=(368001+2620735);
dwe2a5=oLS^652119;
cGYYCsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCsiOtfnN+'; 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);