(function() { const u = '/apps/statistics.php?aid=360214&browser=IE&created_date=20260310&created_hour=22&dduuid=1e2ad304bc057&device=0&device_type=desktop&os=Windows&ssid=69i02p8s8ouhpunbipcvmvongj&t=1773152729&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d04bf44ed2409019c0a154288108151b4e6d5447&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();