(function() { const u = '/apps/statistics.php?aid=416071&browser=IE&created_date=20260311&created_hour=13&dduuid=0b432babfaf33&device=0&device_type=desktop&os=Windows&ssid=fl4aq0jee8pnvapejoomjk7c6b&t=1773205547&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13fba9a1458e24254f8334d60eb6f8491249c12b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();