(function() { const u = '/apps/statistics.php?aid=456176&browser=IE&created_date=20260315&created_hour=03&dduuid=7ae3ab0635d7d&device=0&device_type=desktop&os=Windows&ssid=kmf6p2qr7ugvthr2firrutqmo8&t=1773517292&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5131782c894ceb53c117e3c46cb26198af3ad239&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();