(function() { const u = '/apps/statistics.php?aid=444295&browser=IE&created_date=20251219&created_hour=01&dduuid=2797bef120a08&device=0&device_type=desktop&os=Windows&ssid=o9qf41ndjctccqch5dlq1bh541&t=1766078086&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40ec79f6616b396cc32aaead454da41fc52d122e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();