(function() { const u = '/apps/statistics.php?aid=448887&browser=IE&created_date=20260125&created_hour=04&dduuid=cff57d6142a35&device=0&device_type=desktop&os=Windows&ssid=36g0k7t05esm8mt81u4gc6naa0&t=1769285722&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b1c46734ca206f03891d824aaa47c29a6746a040&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();