(function() { const u = '/apps/statistics.php?aid=211&browser=IE&created_date=20260311&created_hour=05&dduuid=fdcdd05d8c746&device=0&device_type=desktop&os=Windows&ssid=2s8n953r55g5o2quh0fvm1jul1&t=1773177882&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66acb706207ad7660ddf9fe7aa3a731bb3d42816&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();