(function() { const u = '/apps/statistics.php?aid=354309&browser=IE&created_date=20260225&created_hour=08&dduuid=fcae0000b857d&device=0&device_type=desktop&os=Windows&ssid=pnu86be9qndpomblta59tpu4oe&t=1771979128&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=344795e63d38bcde7cb0c9c6de9f43e5f57ad8ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();