(function() { const u = '/apps/statistics.php?aid=444725&browser=IE&created_date=20251221&created_hour=21&dduuid=f424adceaa1e5&device=0&device_type=desktop&os=Windows&ssid=9fs4222ap6fd92sf72i9civaem&t=1766322064&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca734c063da5d19bfedbc9c90b2380e6cee8476a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();