(function() { const u = '/apps/statistics.php?aid=39303&browser=IE&created_date=20260310&created_hour=21&dduuid=f86969ccd2ee4&device=0&device_type=desktop&os=Windows&ssid=v46vihh8n5d2023vls9oaabott&t=1773150958&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cac796930e923a68afb11b85e692c8a33e98921&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();