(function() { const u = '/apps/statistics.php?aid=452498&browser=IE&created_date=20260224&created_hour=22&dduuid=35c5dcc1fd05d&device=0&device_type=desktop&os=Windows&ssid=s6af591c14ekcv7sh1hf7sa3h3&t=1771943121&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3198d7038c851bf78abb112f97c81b84884ea38d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();