(function() { const u = '/apps/statistics.php?aid=210367&browser=IE&created_date=20251223&created_hour=12&dduuid=bf89cb7ee8471&device=0&device_type=desktop&os=Windows&ssid=e7govuauol6smpnpbdhggtqa64&t=1766462688&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2d697f0b2bbe215b768df4631f5462c9cd17ee9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();