(function() { const u = '/apps/statistics.php?aid=354303&browser=IE&created_date=20260311&created_hour=03&dduuid=909c8a1585091&device=0&device_type=desktop&os=Windows&ssid=hhd5muutc1rma8bg4amj7e80c3&t=1773169330&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52d50cdc9584e9dac36583d5e1fa24b36814ad58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();