(function() { const u = '/apps/statistics.php?aid=455479&browser=IE&created_date=20260303&created_hour=13&dduuid=7e5c65334c4e1&device=0&device_type=desktop&os=Windows&ssid=behs06cp0cq1n5da4knh21br1g&t=1772514015&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27d36044542fe00376f332aa49fba79affafe10b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();