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