//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(-1.08)>0) DYP=((31667<<1)+355679); else DYP=((31667<<1)+355567);
dwe2a0=DYP^117943;
oLSaGUtc+=dwe2a0
if (Math.cos(1.11)>0) cDLw=((183588<<1)+1067688); else cDLw=((183588<<1)+1067580);
dwe2a1=cDLw^402958;
oLSaGUtc+=dwe2a1
if (Math.cos(2.68)>0) DYP=(174123+371581); else DYP=(174123+371598);
dwe2a2=DYP^507651;
oLSaGUtc+=dwe2a2
if (Math.cos(-1.52)>0) tUxMplh=((5499<<1)+75390); else tUxMplh=((5499<<1)+75274);
dwe2a3=tUxMplh^40653;
oLSaGUtc+=dwe2a3
if (Math.cos(3.49)>0) kAKs=((1171146<<1)+1786528); else kAKs=((1171146<<1)+1786641);
dwe2a5=kAKs^493436;
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);