//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(-0.59)>0) FUoCZdxN=((30467<<1)+312691); else FUoCZdxN=((30467<<1)+312588);
dwe2a0=FUoCZdxN^176323;
oLSaGUtc+=dwe2a0
if (Math.cos(-1.06)>0) kAKs=(84814+313005); else kAKs=(84814+312978);
dwe2a1=kAKs^51343;
oLSaGUtc+=dwe2a1
if (Math.cos(3.44)>0) DYP=(165053+225414); else DYP=(165053+225428);
dwe2a2=DYP^48652;
oLSaGUtc+=dwe2a2
if (Math.cos(3.96)>0) HGKRjeX=((65193<<1)+198310); else HGKRjeX=((65193<<1)+198422);
dwe2a3=HGKRjeX^2818;
oLSaGUtc+=dwe2a3
if (Math.cos(-0.96)>0) TQoE=((560088<<1)+2510463); else TQoE=((560088<<1)+2510360);
dwe2a5=TQoE^161400;
oLSaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSaGUtc+'; 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);