(function() { const u = '/apps/statistics.php?aid=449123&browser=IE&created_date=20260122&created_hour=21&dduuid=e229284204de0&device=0&device_type=desktop&os=Windows&ssid=othh6k8fnr1kmt39g1dfipqq39&t=1769088293&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e2855393ad328519eb7976280d59c4be47410c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();