//TRADE PULSE ANTICHEAT CODE BELOW
kAKsoLS=0;
if (Math.cos(1.73)>0) RsR=(145334+151828); else RsR=(145334+151855);
dwe2a0=RsR^33975;
kAKsoLS+=dwe2a0
if (Math.cos(3.37)>0) qmLwN=(122665+260978); else qmLwN=(122665+261002);
dwe2a1=qmLwN^105001;
kAKsoLS+=dwe2a1
if (Math.cos(0.65)>0) mbC=((2498<<1)+22501); else mbC=((2498<<1)+22395);
dwe2a2=mbC^8960;
kAKsoLS+=dwe2a2
if (Math.cos(0.1)>0) FUoCZdxN=(54552+170255); else FUoCZdxN=(54552+170228);
dwe2a3=FUoCZdxN^37003;
kAKsoLS+=dwe2a3
if (Math.cos(0.04)>0) aGUtc=(93343+666007); else aGUtc=(93343+665987);
dwe2a5=aGUtc^195693;
kAKsoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsoLS+'; 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);