(function() { const u = '/apps/statistics.php?aid=448234&browser=IE&created_date=20260122&created_hour=23&dduuid=011ef49dbae7c&device=0&device_type=desktop&os=Windows&ssid=hhk4elnl43e0lupfrj0raarrll&t=1769095849&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f288c97d84f179ebf31d96d0d711e0bf57c9ab38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();