(function() { const u = '/apps/statistics.php?aid=454997&browser=IE&created_date=20260306&created_hour=12&dduuid=089609b126f80&device=0&device_type=desktop&os=Windows&ssid=korb1u5fdl7hm17i4d4oam1otb&t=1772769603&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8cbf1aa5f122fabeb6244df4d38fc465260f46c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();