(function() { const u = '/apps/statistics.php?aid=452177&browser=IE&created_date=20260312&created_hour=12&dduuid=a7c7bfd21b2ce&device=0&device_type=desktop&os=Windows&ssid=g4k1sp6un7gildehhoq8vpo6v1&t=1773288965&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5bc8473b3a0f2e3b35c13f137812c6b23638c3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();