(function() { const u = '/apps/statistics.php?aid=383098&browser=IE&created_date=20260311&created_hour=09&dduuid=f8f76d64d9a4e&device=0&device_type=desktop&os=Windows&ssid=t3cldnv6j45fog0r5g4h2f4rp4&t=1773192414&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37f32edde7fd43f336cf702f10a814429ca976e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();