(function() { const u = '/apps/statistics.php?aid=449002&browser=IE&created_date=20260113&created_hour=15&dduuid=2482ed9c7d441&device=0&device_type=desktop&os=Windows&ssid=an65ilh0dc2uedfqfprnq9m2oi&t=1768288453&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc1a0b7b7b503645a43ace6877bb77bfe663b7e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();