(function() { const u = '/apps/statistics.php?aid=455345&browser=IE&created_date=20260303&created_hour=17&dduuid=28919bf0bdc56&device=0&device_type=desktop&os=Windows&ssid=el80r0pi1htencie14qapounov&t=1772528720&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69df847faf40d65d22e890bf5491a6028af893cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();