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