(function() { const u = '/apps/statistics.php?aid=401003&browser=IE&created_date=20251223&created_hour=10&dduuid=0ee1aa475274b&device=0&device_type=desktop&os=Windows&ssid=il0vgccdo3rgqt5a38s9merjed&t=1766456515&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cbaef1b598f790e5f3e1a63094d549cc815017f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();