(function() { const u = '/apps/statistics.php?aid=416002&browser=IE&created_date=20260117&created_hour=18&dduuid=feaa5a1b6915d&device=0&device_type=desktop&os=Windows&ssid=6lnabsb9pdkchmq4orrnbugp6c&t=1768646591&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28200ff82c54995116ddc423f3ceb6e2dbc3cce7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();