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