(function() { const u = '/apps/statistics.php?aid=415595&browser=IE&created_date=20260311&created_hour=23&dduuid=90888615d9211&device=0&device_type=desktop&os=Windows&ssid=5i7b6ib7p9b8ndchthfhh5to5l&t=1773243828&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=165b70cebf1c67c3878c6293c54f3c442d964ed1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();