(function() { const u = '/apps/statistics.php?aid=404900&browser=IE&created_date=20260310&created_hour=20&dduuid=5fa86d75adb60&device=0&device_type=desktop&os=Windows&ssid=amq5qrccf7son47h6tqbnlo847&t=1773145401&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2250f1987861b860560d5735df5e4a31a8ae027f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();