(function() { const u = '/apps/statistics.php?aid=98747&browser=IE&created_date=20251220&created_hour=04&dduuid=15070c7b5ed74&device=0&device_type=desktop&os=Windows&ssid=eqfi5kk546nerc3qpsckkeblhb&t=1766176378&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2bddd85d9be60cfc13a5a269c56d719703dad9b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();