(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260223&created_hour=18&dduuid=78578dd99d530&device=0&device_type=desktop&os=Windows&ssid=fl0io3r9e1a10ujrih0hnglb0d&t=1771840971&typeid=21&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a021b0b86f0ee9fc227ca06e884ec9ed1184a61&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();