(function() { const u = '/apps/statistics.php?aid=380594&browser=IE&created_date=20260224&created_hour=16&dduuid=026833d33c7b9&device=0&device_type=desktop&os=Windows&ssid=o9h6akl6a3ef094f91kbuig1r9&t=1771920420&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ced682f4f94c42d477a972a8fa615704343f0ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();