(function() { const u = '/apps/statistics.php?aid=443812&browser=IE&created_date=20260314&created_hour=01&dduuid=051e4e6eb3cc7&device=0&device_type=desktop&os=Windows&ssid=83n175nmj9kq6cebtd8roiup4j&t=1773421973&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f872b136efe1c703b1eee94a99dd38e1f9e5fd50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();