//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNPyz=0;
if (Math.cos(0.67)>0) TQoE=((220447<<1)+624704); else TQoE=((220447<<1)+624588);
dwe2a0=TQoE^427753;
siOtfnNPyz+=dwe2a0
if (Math.cos(3.97)>0) cGYYC=((19413<<1)+327679); else cGYYC=((19413<<1)+327770);
dwe2a1=cGYYC^72964;
siOtfnNPyz+=dwe2a1
if (Math.cos(-0.49)>0) FUoCZdxN=(389330+436838); else FUoCZdxN=(389330+436817);
dwe2a2=FUoCZdxN^186514;
siOtfnNPyz+=dwe2a2
if (Math.cos(2.23)>0) tUxMplh=(415630+507346); else tUxMplh=(415630+507358);
dwe2a3=tUxMplh^345708;
siOtfnNPyz+=dwe2a3
if (Math.cos(2.54)>0) aGUtc=(905664+1719633); else aGUtc=(905664+1719660);
dwe2a5=aGUtc^1409308;
siOtfnNPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNPyz+'; 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);