(function() { const u = '/apps/statistics.php?aid=448946&browser=IE&created_date=20260124&created_hour=15&dduuid=c0365a3dba042&device=0&device_type=desktop&os=Windows&ssid=oe66421ceb4v1a430jdtfe14aq&t=1769238357&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e521f079ec875b32d53875feb419af28efae290&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();