(function() { const u = '/apps/statistics.php?aid=441390&browser=IE&created_date=20260315&created_hour=22&dduuid=7f332d182d96f&device=0&device_type=desktop&os=Windows&ssid=c195j17ao7hargr031v9e5noh3&t=1773586687&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e7c3c06528e22e63bf7cc57aa0c713de4f91c1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();