(function() { const u = '/apps/statistics.php?aid=89819&browser=IE&created_date=20260223&created_hour=20&dduuid=3939f3eb518ea&device=0&device_type=desktop&os=Windows&ssid=e3do2tdvlqdkqq5tl9j61hl9hh&t=1771851232&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44d8553d0613b86b1838b96e97357aad44ed5718&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();