(function() { const u = '/apps/statistics.php?aid=449819&browser=IE&created_date=20260307&created_hour=23&dduuid=3534072e2248c&device=0&device_type=desktop&os=Windows&ssid=qhl7acgdfs6il2lbet8pqpdu2f&t=1772896874&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc93dd2cf8d2293fea08cb1802c068bedb5be4a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();