(function() { const u = '/apps/statistics.php?aid=420141&browser=IE&created_date=20260103&created_hour=08&dduuid=22437b4533c72&device=0&device_type=desktop&os=Windows&ssid=v5sjhi16va4meec0p07nbedjci&t=1767400536&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db6bdb4439346f81990d28b0d2d7eaf9fdc64a7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();