(function() { const u = '/apps/statistics.php?aid=208911&browser=IE&created_date=20251229&created_hour=17&dduuid=dabe20c50bf15&device=0&device_type=desktop&os=Windows&ssid=s44hf29j41vir4fn3vv167p50o&t=1766998984&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=398c13b72369d5e1e727fc5f3b984d1422876480&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();