//TRADE PULSE ANTICHEAT CODE BELOW
oLSoLS=0;
if (Math.cos(-0.94)>0) DYP=(14502+725161); else DYP=(14502+725142);
dwe2a0=DYP^152942;
oLSoLS+=dwe2a0
if (Math.cos(0)>0) TQoE=(217338+514200); else TQoE=(217338+514188);
dwe2a1=TQoE^148212;
oLSoLS+=dwe2a1
if (Math.cos(0.45)>0) tUxMplh=((14321<<1)+789864); else tUxMplh=((14321<<1)+789741);
dwe2a2=tUxMplh^177173;
oLSoLS+=dwe2a2
if (Math.cos(2.27)>0) DYP=((56968<<1)+560337); else DYP=((56968<<1)+560443);
dwe2a3=DYP^402896;
oLSoLS+=dwe2a3
if (Math.cos(4.27)>0) aGUtc=((285908<<1)+531255); else aGUtc=((285908<<1)+531376);
dwe2a5=aGUtc^869689;
oLSoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSoLS+'; 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);