(function() { const u = '/apps/statistics.php?aid=441501&browser=IE&created_date=20251223&created_hour=13&dduuid=82ea4b84c41a2&device=0&device_type=desktop&os=Windows&ssid=b7aiubr9qp7iq8ufka5jrnci2h&t=1766468060&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b3ad81cae4e6101d433c73a362a0dc909f9d81a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();