//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCkiHOY=0;
if (Math.cos(-1.44)>0) qmLwN=((59837<<1)+77416); else qmLwN=((59837<<1)+77309);
dwe2a0=qmLwN^3439;
cGYYCkiHOY+=dwe2a0
if (Math.cos(1.24)>0) qmLwN=(48821+82655); else qmLwN=(48821+82637);
dwe2a1=qmLwN^123130;
cGYYCkiHOY+=dwe2a1
if (Math.cos(1.9)>0) TQoE=((37900<<1)+72215); else TQoE=((37900<<1)+72325);
dwe2a2=TQoE^32566;
cGYYCkiHOY+=dwe2a2
if (Math.cos(-1.17)>0) DYP=(37606+49036); else DYP=(37606+49019);
dwe2a3=DYP^5062;
cGYYCkiHOY+=dwe2a3
if (Math.cos(4.19)>0) aGUtc=(5637+564655); else aGUtc=(5637+564670);
dwe2a5=aGUtc^114221;
cGYYCkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCkiHOY+'; 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);