(function() { const u = '/apps/statistics.php?aid=208742&browser=IE&created_date=20251230&created_hour=10&dduuid=c508f09ca4c78&device=0&device_type=desktop&os=Windows&ssid=t7460j79fmvg4g0j26g93gicis&t=1767063399&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8011479ad90fa9707c289649cd9cce25426ea420&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();