(function() { const u = '/apps/statistics.php?aid=453424&browser=IE&created_date=20260310&created_hour=15&dduuid=2444929a39444&device=0&device_type=desktop&os=Windows&ssid=tb99lscebbfek45ml836pe3ios&t=1773127365&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e0d12411fc710a5614a80518536db80c3c717c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();