(function() { const u = '/apps/statistics.php?aid=448335&browser=IE&created_date=20260226&created_hour=08&dduuid=4ad93ed4fe9a8&device=0&device_type=desktop&os=Windows&ssid=nss3beo9qnjkmo3v9h1mache16&t=1772066540&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91b8f09d7b26d7f193d28b6ce49197125eb2af60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();