(function() { const u = '/apps/statistics.php?aid=422948&browser=IE&created_date=20260310&created_hour=11&dduuid=0d5a2a83dbdbb&device=0&device_type=desktop&os=Windows&ssid=pmaa6rhvnessfvh8f02qgpr7r9&t=1773115121&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed924f09c99010b84d02e80f690896748377c9c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();