(function() { const u = '/apps/statistics.php?aid=382259&browser=IE&created_date=20251219&created_hour=03&dduuid=40e5b7e843bb5&device=0&device_type=desktop&os=Windows&ssid=i0v0ehhf4uc0kd8erpkhm4anbo&t=1766085748&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e73144c8a6932a02e1110132683157ad4f7660b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();