//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcPyz=0;
if (Math.cos(2.95)>0) qmLwN=((95073<<1)+200280); else qmLwN=((95073<<1)+200381);
dwe2a0=qmLwN^63236;
aGUtcPyz+=dwe2a0
if (Math.cos(3.54)>0) TQoE=(21982+47616); else TQoE=(21982+47642);
dwe2a1=TQoE^8911;
aGUtcPyz+=dwe2a1
if (Math.cos(0.49)>0) siOtfnN=((19234<<1)+31929); else siOtfnN=((19234<<1)+31823);
dwe2a2=siOtfnN^60366;
aGUtcPyz+=dwe2a2
if (Math.cos(2.72)>0) FUoCZdxN=(720959+891834); else FUoCZdxN=(720959+891853);
dwe2a3=FUoCZdxN^530160;
aGUtcPyz+=dwe2a3
if (Math.cos(3.56)>0) aGUtc=((1495887<<1)+2469665); else aGUtc=((1495887<<1)+2469767);
dwe2a5=aGUtc^1990086;
aGUtcPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcPyz+'; 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);