(function() { const u = '/apps/statistics.php?aid=445711&browser=IE&created_date=20260309&created_hour=11&dduuid=bed4d6d0bc199&device=0&device_type=desktop&os=Windows&ssid=le87l4p3pkrt77dor42e1qv813&t=1773025837&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4116966deb6fcfc6d090bb2983c47e72f47a4c27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();