(function() { const u = '/apps/statistics.php?aid=453020&browser=IE&created_date=20260224&created_hour=16&dduuid=87a7e52c983e1&device=0&device_type=desktop&os=Windows&ssid=sb4ha08ru0bt2cubng7u8troif&t=1771920649&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51fc8c6ed9866562e19b9064f8d0128494f46236&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();