(function() { const u = '/apps/statistics.php?aid=443889&browser=IE&created_date=20260223&created_hour=09&dduuid=316b20943387b&device=0&device_type=desktop&os=Windows&ssid=fvh88hd3bga6ffmd0d1latnvk1&t=1771808976&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a01e2f1fa160f9a8c28321a8ee0cd3bd88a9dd51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();