//TRADE PULSE ANTICHEAT CODE BELOW
vthjmboLS=0;
if (Math.cos(1.85)>0) DYP=((381983<<1)+483519); else DYP=((381983<<1)+483612);
dwe2a0=DYP^204351;
vthjmboLS+=dwe2a0
if (Math.cos(0.72)>0) HGKRjeX=((245577<<1)+634246); else HGKRjeX=((245577<<1)+634138);
dwe2a1=HGKRjeX^332143;
vthjmboLS+=dwe2a1
if (Math.cos(3.01)>0) mBfXqHg=((9308<<1)+553368); else mBfXqHg=((9308<<1)+553468);
dwe2a2=mBfXqHg^443823;
vthjmboLS+=dwe2a2
if (Math.cos(-0.12)>0) aGUtc=((267694<<1)+693787); else aGUtc=((267694<<1)+693681);
dwe2a3=aGUtc^236683;
vthjmboLS+=dwe2a3
if (Math.cos(-1.08)>0) lethjVs=((549447<<1)+2004466); else lethjVs=((549447<<1)+2004371);
dwe2a5=lethjVs^486283;
vthjmboLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+vthjmboLS+'; 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);