//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(3.5)>0) RsR=((89722<<1)+753244); else RsR=((89722<<1)+753349);
dwe2a0=RsR^270571;
oLSaGUtc+=dwe2a0
if (Math.cos(-0.69)>0) aGUtc=(168116+660645); else aGUtc=(168116+660622);
dwe2a1=aGUtc^172738;
oLSaGUtc+=dwe2a1
if (Math.cos(-1.18)>0) tUxMplh=((1766<<1)+302410); else tUxMplh=((1766<<1)+302289);
dwe2a2=tUxMplh^16390;
oLSaGUtc+=dwe2a2
if (Math.cos(-1.47)>0) aGUtc=((119600<<1)+377641); else aGUtc=((119600<<1)+377518);
dwe2a3=aGUtc^10544;
oLSaGUtc+=dwe2a3
if (Math.cos(0.79)>0) cDLw=(408797+2593680); else cDLw=(408797+2593653);
dwe2a5=cDLw^969180;
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);