(function() { const u = '/apps/statistics.php?aid=113691&browser=IE&created_date=20260312&created_hour=11&dduuid=d4382467aa27c&device=0&device_type=desktop&os=Windows&ssid=vptio5k4fgks01qbs5h5osso1e&t=1773284490&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=107e6329eed2b8d25ec8efd18e12ee02e82262b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();