(function() { const u = '/apps/statistics.php?aid=209066&browser=IE&created_date=20251229&created_hour=02&dduuid=658e847f8279c&device=0&device_type=desktop&os=Windows&ssid=5d2h4c7tkcfb3tusuc56oq1k05&t=1766947263&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aebac162a7bbffeff1c423296a91f4e8983e458b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();