(function() { const u = '/apps/statistics.php?aid=423563&browser=IE&created_date=20260129&created_hour=16&dduuid=5649f21fc0762&device=0&device_type=desktop&os=Windows&ssid=udvfb0mmp8s1eeg6vru7lq2epu&t=1769675763&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c5cb6b5c6b256cec209e7a18ebaf43a3d413ae0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();