//TRADE PULSE ANTICHEAT CODE BELOW
DYPsiOtfnN=0;
if (Math.cos(3.28)>0) aGUtc=(5238+100450); else aGUtc=(5238+100463);
dwe2a0=aGUtc^11423;
DYPsiOtfnN+=dwe2a0
if (Math.cos(-1.1)>0) TQoE=(10970+74728); else TQoE=(10970+74707);
dwe2a1=TQoE^15407;
DYPsiOtfnN+=dwe2a1
if (Math.cos(2.07)>0) oLS=((19151<<1)+47875); else oLS=((19151<<1)+47971);
dwe2a2=oLS^50013;
DYPsiOtfnN+=dwe2a2
if (Math.cos(3.76)>0) FUoCZdxN=((33489<<1)+148864); else FUoCZdxN=((33489<<1)+148968);
dwe2a3=FUoCZdxN^74357;
DYPsiOtfnN+=dwe2a3
if (Math.cos(1.61)>0) kiHOY=(55451+242836); else kiHOY=(55451+242853);
dwe2a5=kiHOY^103619;
DYPsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPsiOtfnN+'; 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);