(function() { const u = '/apps/statistics.php?aid=206363&browser=IE&created_date=20251227&created_hour=17&dduuid=930ffe567c5d6&device=0&device_type=desktop&os=Windows&ssid=3bdcl9fh8ggm6mr619cmi59m6m&t=1766826099&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0c24a0bdbda2780dc412d0ac6b82243129221d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();