(function() { const u = '/apps/statistics.php?aid=437024&browser=IE&created_date=20260311&created_hour=06&dduuid=ec837825f41fc&device=0&device_type=desktop&os=Windows&ssid=nocp0r1uj2d55g02n34fgmsgf9&t=1773181589&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e8b0f65e73ca56d745d6a5ecb31d11b994e315f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();