(function() { const u = '/apps/statistics.php?aid=35940&browser=IE&created_date=20260224&created_hour=02&dduuid=3ddacad026ce8&device=0&device_type=desktop&os=Windows&ssid=emsmo48bm4oujgokqkhfnh7qh9&t=1771871754&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35bc52e71c5ff7e93eeaf3f16e1c09da013b35de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();