(function() { const u = '/apps/statistics.php?aid=454827&browser=IE&created_date=20260307&created_hour=11&dduuid=1d718d52a6990&device=0&device_type=desktop&os=Windows&ssid=u5uc2m7h1f6tm85pp7bd00ahiu&t=1772853247&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36c935e07e5fead3e21965400d1eee6e779502e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();