(function() { const u = '/apps/statistics.php?aid=319451&browser=IE&created_date=20260307&created_hour=18&dduuid=2687ec85b89e8&device=0&device_type=desktop&os=Windows&ssid=u8k0mujecf2qo98osooh6oimje&t=1772880349&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=acb1512b36ecee9b4e6d6961247a2a0a859e45ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();