(function() { const u = '/apps/statistics.php?aid=455792&browser=IE&created_date=20260310&created_hour=14&dduuid=a274bc127959d&device=0&device_type=desktop&os=Windows&ssid=ea8h6iafuhth5s4kadbdstsgg3&t=1773123723&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d89ebace0f57800907e83aa0b7985439f3b8607&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();