(function() { const u = '/apps/statistics.php?aid=449027&browser=IE&created_date=20260226&created_hour=01&dduuid=565fa87ab7240&device=0&device_type=desktop&os=Windows&ssid=o2ptk4iqv6hlutqeddi9k79nuk&t=1772039370&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7090aabb41038eabc835e42c203c589379188500&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();