(function() { const u = '/apps/statistics.php?aid=437750&browser=IE&created_date=20251129&created_hour=19&dduuid=532ee1406ea91&device=0&device_type=desktop&os=Windows&ssid=c5dqsomhvbv835mhe3f19mio2f&t=1764415776&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39e800a6617599c096740346fa73388077fc7ae7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();