//TRADE PULSE ANTICHEAT CODE BELOW
RsRkiHOY=0;
if (Math.cos(2.84)>0) kiHOY=(48385+602350); else kiHOY=(48385+602372);
dwe2a0=kiHOY^206962;
RsRkiHOY+=dwe2a0
if (Math.cos(1.35)>0) mBfXqHg=((3454<<1)+37332); else mBfXqHg=((3454<<1)+37236);
dwe2a1=mBfXqHg^3205;
RsRkiHOY+=dwe2a1
if (Math.cos(3.57)>0) tUxMplh=(4731+7275); else tUxMplh=(4731+7302);
dwe2a2=tUxMplh^476;
RsRkiHOY+=dwe2a2
if (Math.cos(4.23)>0) TQoE=((17498<<1)+595282); else TQoE=((17498<<1)+595377);
dwe2a3=TQoE^213804;
RsRkiHOY+=dwe2a3
if (Math.cos(0.58)>0) aGUtc=(291237+2050323); else aGUtc=(291237+2050304);
dwe2a5=aGUtc^546129;
RsRkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRkiHOY+'; 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);