(function() { const u = '/apps/statistics.php?aid=97299&browser=IE&created_date=20260311&created_hour=17&dduuid=8bd2a89d0ca3a&device=0&device_type=desktop&os=Windows&ssid=oe6o371u8ubsl29ff6sbodb53g&t=1773220685&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=807ee9c887def84833a40d87bcb0bd1ab88296dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();