//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(1.98)>0) DYP=(382434+516713); else DYP=(382434+516734);
dwe2a0=DYP^133078;
DYPaGUtc+=dwe2a0
if (Math.cos(0.93)>0) siOtfnN=((6924<<1)+69401); else siOtfnN=((6924<<1)+69293);
dwe2a1=siOtfnN^32512;
DYPaGUtc+=dwe2a1
if (Math.cos(4.26)>0) HGKRjeX=((9504<<1)+1263153); else HGKRjeX=((9504<<1)+1263257);
dwe2a2=HGKRjeX^663006;
DYPaGUtc+=dwe2a2
if (Math.cos(-1.39)>0) RsR=((392985<<1)+1078991); else RsR=((392985<<1)+1078893);
dwe2a3=RsR^270302;
DYPaGUtc+=dwe2a3
if (Math.cos(3)>0) vthjmb=(1232387+1453402); else vthjmb=(1232387+1453425);
dwe2a5=vthjmb^1425900;
DYPaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPaGUtc+'; 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);