//TRADE PULSE ANTICHEAT CODE BELOW
TQoEaGUtc=0;
if (Math.cos(1.13)>0) aGUtc=(123015+224936); else aGUtc=(123015+224915);
dwe2a0=aGUtc^163785;
TQoEaGUtc+=dwe2a0
if (Math.cos(1.44)>0) DYP=(216853+235634); else DYP=(216853+235612);
dwe2a1=DYP^21528;
TQoEaGUtc+=dwe2a1
if (Math.cos(-0.54)>0) RsR=(19300+103666); else RsR=(19300+103653);
dwe2a2=RsR^9556;
TQoEaGUtc+=dwe2a2
if (Math.cos(4.31)>0) HGKRjeX=(68022+105574); else HGKRjeX=(68022+105594);
dwe2a3=HGKRjeX^30508;
TQoEaGUtc+=dwe2a3
if (Math.cos(2.44)>0) qmLwN=(733467+762868); else qmLwN=(733467+762885);
dwe2a5=qmLwN^201126;
TQoEaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEaGUtc+'; 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);