(function() { const u = '/apps/statistics.php?aid=448282&browser=IE&created_date=20260122&created_hour=00&dduuid=e237b416a300d&device=0&device_type=desktop&os=Windows&ssid=udrsblrj1gf57mmrt3lrquhm00&t=1769013220&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c24edf934b5313520809c97b89c9800a7d4c8f2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();