(function() { const u = '/apps/statistics.php?aid=439487&browser=IE&created_date=20260304&created_hour=05&dduuid=f3e87d9582d19&device=0&device_type=desktop&os=Windows&ssid=e0u0cd422o7krij10lvp9jgjei&t=1772573075&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04e7f30cc1b14e3713857a023829614fe213b36d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();