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