//TRADE PULSE ANTICHEAT CODE BELOW
cDLwkiHOY=0;
if (Math.cos(0.5)>0) cGYYC=((380010<<1)+395841); else cGYYC=((380010<<1)+395751);
dwe2a0=cGYYC^356612;
cDLwkiHOY+=dwe2a0
if (Math.cos(-1.06)>0) qmLwN=(78842+241750); else qmLwN=(78842+241728);
dwe2a1=qmLwN^127429;
cDLwkiHOY+=dwe2a1
if (Math.cos(2.84)>0) qmLwN=(516865+1046301); else qmLwN=(516865+1046326);
dwe2a2=qmLwN^31017;
cDLwkiHOY+=dwe2a2
if (Math.cos(0.12)>0) DYP=(112561+1152933); else DYP=(112561+1152904);
dwe2a3=DYP^33224;
cDLwkiHOY+=dwe2a3
if (Math.cos(3.48)>0) mBfXqHg=(2973307+4199313); else mBfXqHg=(2973307+4199335);
dwe2a5=mBfXqHg^2166684;
cDLwkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwkiHOY+'; 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);