(function() { const u = '/apps/statistics.php?aid=439621&browser=IE&created_date=20260317&created_hour=02&dduuid=50fe2632119f3&device=0&device_type=desktop&os=Windows&ssid=r720sb07191t9p0h2f8ntvismh&t=1773686684&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa29e0b5b61f5e481f1295c43af4034806c27889&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();