(function() { const u = '/apps/statistics.php?aid=151367&browser=IE&created_date=20260223&created_hour=20&dduuid=ec388dbf04958&device=0&device_type=desktop&os=Windows&ssid=2qdc1g2ejl6vr1lt9vbg38gtcf&t=1771851251&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df17378b9e98d0718374a336b89457f71e472b95&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();