(function() { const u = '/apps/statistics.php?aid=141258&browser=IE&created_date=20260304&created_hour=09&dduuid=d659fca835f48&device=0&device_type=desktop&os=Windows&ssid=h7f66tdgtks9guop7ub18de3mt&t=1772588234&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c6b05041a7420ac87ea0902e03ffc4af6cc4edd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();