(function() { const u = '/apps/statistics.php?aid=437571&browser=IE&created_date=20251225&created_hour=07&dduuid=da40fc3821c15&device=0&device_type=desktop&os=Windows&ssid=96mi4pnuularpdesi31rv3v3n4&t=1766620464&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d32e2cdc8da7d510ea036bda18ac4f1d764895c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();