(function() { const u = '/apps/statistics.php?aid=6622&browser=IE&created_date=20260122&created_hour=11&dduuid=af0f567707cae&device=0&device_type=desktop&os=Windows&ssid=glqr1pqnbv4lq8ggmmoi71hjbe&t=1769051373&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19e1ad593224f3a02fea352abaea91b8fe868428&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();