(function() { const u = '/apps/statistics.php?aid=392062&browser=IE&created_date=20260308&created_hour=15&dduuid=b95e92fc2d0f0&device=0&device_type=desktop&os=Windows&ssid=qsl74lk1p6naosrpl08g2rprn9&t=1772953306&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a59a78c8d439d927b348cd035908a8fb284f085b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();