//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(-0.32)>0) TQoE=((28547<<1)+658004); else TQoE=((28547<<1)+657886);
dwe2a0=TQoE^24795;
RsRoLS+=dwe2a0
if (Math.cos(-0.53)>0) FUoCZdxN=(7331+18306); else FUoCZdxN=(7331+18283);
dwe2a1=FUoCZdxN^3065;
RsRoLS+=dwe2a1
if (Math.cos(2.71)>0) siOtfnN=(60310+93451); else siOtfnN=(60310+93471);
dwe2a2=siOtfnN^15790;
RsRoLS+=dwe2a2
if (Math.cos(2.65)>0) TQoE=((71780<<1)+259902); else TQoE=((71780<<1)+260017);
dwe2a3=TQoE^100204;
RsRoLS+=dwe2a3
if (Math.cos(-0.91)>0) TQoE=((779349<<1)+3851296); else TQoE=((779349<<1)+3851182);
dwe2a5=TQoE^117556;
RsRoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRoLS+'; 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);