(function() { const u = '/apps/statistics.php?aid=447898&browser=IE&created_date=20260122&created_hour=06&dduuid=05f736a2ac896&device=0&device_type=desktop&os=Windows&ssid=oitmbt4kap5a0s3nfc4ra6m4cg&t=1769036010&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f8149b728c4d16956f736633f5d086ff4db538b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();