(function() { const u = '/apps/statistics.php?aid=451474&browser=IE&created_date=20260225&created_hour=04&dduuid=c8f7b3d0bf767&device=0&device_type=desktop&os=Windows&ssid=naspcoc8dff1ak9rceihkktj3r&t=1771965727&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25dfa5ee6474e4a2f157c118db13f35f34c7651d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();