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