(function() { const u = '/apps/statistics.php?aid=348066&browser=IE&created_date=20260102&created_hour=02&dduuid=2dd6904312fcd&device=0&device_type=desktop&os=Windows&ssid=b6esoso0qoggf9ou7bkbu7t3ap&t=1767292653&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39d373c02863ee2c973471b40c54fdfc4fe7d426&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();