(function() { const u = '/apps/statistics.php?aid=422408&browser=IE&created_date=20260102&created_hour=15&dduuid=5fb10022a8100&device=0&device_type=desktop&os=Windows&ssid=7hertmkntcig5t850sth9rfbmg&t=1767338087&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0354e3987aa64a03a6a2eeb9f8207aed3f82f242&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();