(function() { const u = '/apps/statistics.php?aid=446742&browser=IE&created_date=20260122&created_hour=09&dduuid=34abc6d9d019d&device=0&device_type=desktop&os=Windows&ssid=8b8riv5qh97tkvl1tje0hao07s&t=1769043624&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8eb42909b5e54586bf865454d18646b9bccb66e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();