(function() { const u = '/apps/statistics.php?aid=184&browser=IE&created_date=20260224&created_hour=21&dduuid=7f44f5ad52b09&device=0&device_type=desktop&os=Windows&ssid=hudbl8eh9q14oa8jgad6ohmtmk&t=1771938194&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f9dbbc13767735eb9ab68ad188d897284f25fbb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();