//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcLFFVd=0;
if (Math.cos(1.98)>0) siOtfnN=((45481<<1)+93080); else siOtfnN=((45481<<1)+93197);
dwe2a0=siOtfnN^48395;
aGUtcLFFVd+=dwe2a0
if (Math.cos(0.77)>0) siOtfnN=((1840<<1)+30653); else siOtfnN=((1840<<1)+30540);
dwe2a1=siOtfnN^16657;
aGUtcLFFVd+=dwe2a1
if (Math.cos(0.74)>0) aGUtc=((103962<<1)+105267); else aGUtc=((103962<<1)+105169);
dwe2a2=aGUtc^77286;
aGUtcLFFVd+=dwe2a2
if (Math.cos(1.58)>0) aGUtc=(28603+103571); else aGUtc=(28603+103584);
dwe2a3=aGUtc^4590;
aGUtcLFFVd+=dwe2a3
if (Math.cos(-1.19)>0) mbC=(100714+1040145); else mbC=(100714+1040123);
dwe2a5=mbC^173977;
aGUtcLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcLFFVd+'; 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);