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