(function() { const u = '/apps/statistics.php?aid=458709&browser=IE&created_date=20260304&created_hour=02&dduuid=7295e88e62d4e&device=0&device_type=desktop&os=Windows&ssid=t7hp3pmo6jtkk2qgea7v8so5d8&t=1772562274&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5f50a7f6541e367b346b4ca80ff32712d592b3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();