(function() { const u = '/apps/statistics.php?aid=262592&browser=IE&created_date=20260226&created_hour=06&dduuid=1629f4d0766aa&device=0&device_type=desktop&os=Windows&ssid=e7g1v5429lh6aqlrjn4o411h4r&t=1772058096&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be7fc7c2d8ac24dfe9a7d2641fd5c82d712381c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();