(function() { const u = '/apps/statistics.php?aid=6675&browser=IE&created_date=20260307&created_hour=21&dduuid=9957fbe689adf&device=0&device_type=desktop&os=Windows&ssid=hfredvc47bbj2hp759edv9u8j9&t=1772891156&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d39c6ba8d27b42ea4b0465fd34e2994b09a45635&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();