(function() { const u = '/apps/statistics.php?aid=87576&browser=IE&created_date=20260310&created_hour=07&dduuid=2c993cb0606b8&device=0&device_type=desktop&os=Windows&ssid=d6crr6dihg0bjfe3tf2dcdi44s&t=1773099341&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1284065bff5114066ca70b8638cda2d0f9f568c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();