(function() { const u = '/apps/statistics.php?aid=403147&browser=IE&created_date=20260122&created_hour=12&dduuid=9320aefe05851&device=0&device_type=desktop&os=Windows&ssid=5370k0qdrf3p375alb7c8lgso6&t=1769055303&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5cbb93a6dbc7cd894d12c42d896e2f660716c1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();