(function() { const u = '/apps/statistics.php?aid=448971&browser=IE&created_date=20260226&created_hour=02&dduuid=0e80184716c00&device=0&device_type=desktop&os=Windows&ssid=505idt1oo7itqd7us8daa6ku2m&t=1772045585&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2563d3404b96000a6892b8303b21a88d2868df21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();