(function() { const u = '/apps/statistics.php?aid=443862&browser=IE&created_date=20260313&created_hour=22&dduuid=f5afdd8bc3219&device=0&device_type=desktop&os=Windows&ssid=uogn1n332hes9bts4ah3db2qb3&t=1773411916&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2acc124e3bf8c5e552903dcf59ce17e7b32b6c1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();