//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdRsR=0;
if (Math.cos(-0.85)>0) qmLwN=(222342+259020); else qmLwN=(222342+259005);
dwe2a0=qmLwN^145864;
LFFVdRsR+=dwe2a0
if (Math.cos(3.72)>0) tUxMplh=(25863+110848); else tUxMplh=(25863+110878);
dwe2a1=tUxMplh^38717;
LFFVdRsR+=dwe2a1
if (Math.cos(-1.06)>0) TQoE=((75360<<1)+127230); else TQoE=((75360<<1)+127127);
dwe2a2=TQoE^132938;
LFFVdRsR+=dwe2a2
if (Math.cos(1.31)>0) FUoCZdxN=((30584<<1)+111552); else FUoCZdxN=((30584<<1)+111459);
dwe2a3=FUoCZdxN^57912;
LFFVdRsR+=dwe2a3
if (Math.cos(4.62)>0) FUoCZdxN=(174211+1342188); else FUoCZdxN=(174211+1342207);
dwe2a5=FUoCZdxN^388017;
LFFVdRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdRsR+'; 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);