(function() { const u = '/apps/statistics.php?aid=411350&browser=IE&created_date=20260315&created_hour=12&dduuid=eb82f5feb1244&device=0&device_type=desktop&os=Windows&ssid=p31lrbuhrschgnmuf4vhoohkps&t=1773547630&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71b993b361ceefdf024347b7227f3be7d8fff2a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();