(function() { const u = '/apps/statistics.php?aid=208224&browser=IE&created_date=20260101&created_hour=19&dduuid=46ec0799cb427&device=0&device_type=desktop&os=Windows&ssid=l28fedc9t7r9n02u0ubt0772i2&t=1767266774&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9e1f5059f0477a2e5883fd881706401b4908995&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();