(function() { const u = '/apps/statistics.php?aid=452400&browser=IE&created_date=20260311&created_hour=23&dduuid=0997d2a66ae1a&device=0&device_type=desktop&os=Windows&ssid=ln5r97fmhbljkf9rpv0m6v6vp4&t=1773241236&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d167ff00bf19992df8a851fcaf7b041ad0e7257&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();