(function() { const u = '/apps/statistics.php?aid=451730&browser=IE&created_date=20260124&created_hour=04&dduuid=1c8373bd1270b&device=0&device_type=desktop&os=Windows&ssid=9ofq6a6me8560v3btdg76rlue7&t=1769200481&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f290cd2129192e6e3e1fae220fdc65d20c62dcd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();