(function() { const u = '/apps/statistics.php?aid=451569&browser=IE&created_date=20260225&created_hour=15&dduuid=edba2289af3e4&device=0&device_type=desktop&os=Windows&ssid=lmc1s4h7ueem4pprk02mbmb3ip&t=1772005159&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=244b17f65a45277620b0e407b03337a11075bbd4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();