//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNaGUtc=0;
if (Math.cos(0.79)>0) qmLwN=((46226<<1)+97990); else qmLwN=((46226<<1)+97883);
dwe2a0=qmLwN^76153;
qmLwNaGUtc+=dwe2a0
if (Math.cos(2.62)>0) aGUtc=((163342<<1)+358334); else aGUtc=((163342<<1)+358428);
dwe2a1=aGUtc^102189;
qmLwNaGUtc+=dwe2a1
if (Math.cos(1.43)>0) kAKs=(153626+154727); else kAKs=(153626+154712);
dwe2a2=kAKs^122316;
qmLwNaGUtc+=dwe2a2
if (Math.cos(1.28)>0) oLS=((203271<<1)+378507); else oLS=((203271<<1)+378393);
dwe2a3=oLS^251260;
qmLwNaGUtc+=dwe2a3
if (Math.cos(0.55)>0) HGKRjeX=((452361<<1)+726937); else HGKRjeX=((452361<<1)+726821);
dwe2a5=HGKRjeX^490826;
qmLwNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNaGUtc+'; 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);