(function() { const u = '/apps/statistics.php?aid=432121&browser=IE&created_date=20260115&created_hour=07&dduuid=bc0a2881229ea&device=0&device_type=desktop&os=Windows&ssid=29sogr3808gnuh0j18n117iiun&t=1768432658&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c4734f6f41f6051fc93a327cafee946f88be665&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();