(function() { const u = '/apps/statistics.php?aid=455941&browser=IE&created_date=20260303&created_hour=12&dduuid=8a6fa050f92d8&device=0&device_type=desktop&os=Windows&ssid=he5iolc7eipnpkabt6vd623aml&t=1772512869&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3671e8042e0a1b92ee9708b88be18becd500cf41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();