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