(function() { const u = '/apps/statistics.php?aid=447525&browser=IE&created_date=20260112&created_hour=12&dduuid=9a45895fb5943&device=0&device_type=desktop&os=Windows&ssid=vc1n99ph43cp8lieur8sls9o7m&t=1768192918&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1e5435d689b24d061d7be32e677f45fed6a9368&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();