(function() { const u = '/apps/statistics.php?aid=432658&browser=IE&created_date=20260307&created_hour=18&dduuid=03a2f9917e1b0&device=0&device_type=desktop&os=Windows&ssid=fm1g4u3da3lq2c65qeoqh9olue&t=1772878822&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74347ba7fa7619fdd1c10fb18da47e730f8b2312&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();