(function() { const u = '/apps/statistics.php?aid=442461&browser=IE&created_date=20260314&created_hour=14&dduuid=1d447f391432f&device=0&device_type=desktop&os=Windows&ssid=16lae5936tja6601as6oun3j8s&t=1773471178&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2a30c1fb02bfe4332f0ecb9210c17e63d54d2f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();