(function() { const u = '/apps/statistics.php?aid=437418&browser=IE&created_date=20260316&created_hour=12&dduuid=cfa0173e77adc&device=0&device_type=desktop&os=Windows&ssid=7h0v9qc93i8uthjsh6d5vimeuo&t=1773635946&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9f557ac981d96b0d7a43a4da7320def65e84d1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();