(function() { const u = '/apps/statistics.php?aid=394582&browser=IE&created_date=20260310&created_hour=06&dduuid=bc784e721b2f7&device=0&device_type=desktop&os=Windows&ssid=fqrpi7ik6sk60te5c7rp7474eg&t=1773096278&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b495c3090f5257cb86437a5d6a245d8807a51e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();