(function() { const u = '/apps/statistics.php?aid=402&browser=IE&created_date=20251211&created_hour=11&dduuid=143a679aa767c&device=0&device_type=desktop&os=Windows&ssid=e9bg2piqhk6e0hchoj835d3p3p&t=1765424238&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=169ef19e923a18dfbb201120039306c2f7eaf64e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();