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