(function() { const u = '/apps/statistics.php?aid=454166&browser=IE&created_date=20260305&created_hour=07&dduuid=b48561b934187&device=0&device_type=desktop&os=Windows&ssid=qm6762sfqq9vngr1cjrp9rpbgf&t=1772668493&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e97660248837eb475665fc61c256ece13bb23ccb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();