(function() { const u = '/apps/statistics.php?aid=444400&browser=IE&created_date=20251222&created_hour=04&dduuid=12010c47ee800&device=0&device_type=desktop&os=Windows&ssid=4dbs41oepbg6do6t29t025j810&t=1766348038&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f52a48815d9bc3a229d0b0cfc946dab78d3de54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();