(function() { const u = '/apps/statistics.php?aid=455441&browser=IE&created_date=20260313&created_hour=02&dduuid=155eb0087e2e5&device=0&device_type=desktop&os=Windows&ssid=14l26ljr19nm2eihcinpqnfsql&t=1773340316&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6df3c31e0a7616bd1943e0da1a72528f32a95b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();