(function() { const u = '/apps/statistics.php?aid=456483&browser=IE&created_date=20260227&created_hour=17&dduuid=1659a61f1c50b&device=0&device_type=desktop&os=Windows&ssid=f0vrudahtrph8h0t8c1v9hfest&t=1772185311&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f26580b41d50ecbe153033c608ffbad8995c7c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();