(function() { const u = '/apps/statistics.php?aid=447442&browser=IE&created_date=20260310&created_hour=19&dduuid=f5141778f23cb&device=0&device_type=desktop&os=Windows&ssid=tbau8nof36eg3dsj0h6jhdenah&t=1773142379&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=413e56d6236c147f5e058e552d338974f10f5588&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();