(function() { const u = '/apps/statistics.php?aid=264448&browser=IE&created_date=20260119&created_hour=00&dduuid=5fd9b9df5e9a5&device=0&device_type=desktop&os=Windows&ssid=kqpb49eunuflolk9r4tsvr2qt2&t=1768752732&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=675b0f6cf94d18655bde194790967c3dd4bf7835&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();