(function() { const u = '/apps/statistics.php?aid=455142&browser=IE&created_date=20260311&created_hour=03&dduuid=5a2a4f6cb1ec1&device=0&device_type=desktop&os=Windows&ssid=0oug6ph2jpmai849et074os0ci&t=1773172238&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9194c6e739b1ce1657e17986e5a504f2a1733ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();