(function() { const u = '/apps/statistics.php?aid=324713&browser=IE&created_date=20260313&created_hour=23&dduuid=5a176c8d99658&device=0&device_type=desktop&os=Windows&ssid=8os820aqhve0u41qsqjqk8olat&t=1773415302&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7561e9e041cd32a89ce602b4e4fab14372fd3ee2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();