(function() { const u = '/apps/statistics.php?aid=450019&browser=IE&created_date=20260312&created_hour=02&dduuid=e8285fee2b5c2&device=0&device_type=desktop&os=Windows&ssid=ro9bfdsr7vu2nvs18n35p3vtft&t=1773252838&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1efecd1dd9cce25408cbe2baeb8e6bab7d4fde75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();