//TRADE PULSE ANTICHEAT CODE BELOW
TQoElethjVs=0;
if (Math.cos(0.96)>0) DYP=((32687<<1)+560623); else DYP=((32687<<1)+560526);
dwe2a0=DYP^157243;
TQoElethjVs+=dwe2a0
if (Math.cos(3.47)>0) oLS=((63931<<1)+254991); else oLS=((63931<<1)+255090);
dwe2a1=oLS^70789;
TQoElethjVs+=dwe2a1
if (Math.cos(0.5)>0) LFFVd=((14381<<1)+276032); else LFFVd=((14381<<1)+275941);
dwe2a2=LFFVd^44143;
TQoElethjVs+=dwe2a2
if (Math.cos(2.95)>0) kiHOY=(209524+299971); else kiHOY=(209524+299996);
dwe2a3=kiHOY^99204;
TQoElethjVs+=dwe2a3
if (Math.cos(0.98)>0) qmLwN=((552444<<1)+4313247); else qmLwN=((552444<<1)+4313127);
dwe2a5=qmLwN^1668962;
TQoElethjVs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoElethjVs+'; 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);