(function() { const u = '/apps/statistics.php?aid=97334&browser=IE&created_date=20260307&created_hour=23&dduuid=39be615c6dc9f&device=0&device_type=desktop&os=Windows&ssid=pmoa2h8c8sd7r7b0qraa0o2ets&t=1772898365&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64a119ef4436821e4e563c36c51b0fa723bde648&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();