(function() { const u = '/apps/statistics.php?aid=423235&browser=IE&created_date=20260130&created_hour=01&dduuid=8c5b515533702&device=0&device_type=desktop&os=Windows&ssid=rplj2mqg97l1hc0rt5f4gr573j&t=1769706441&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f5ff1e7e0d90259e0829ec3398909ee13f1412c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();