(function() { const u = '/apps/statistics.php?aid=365074&browser=IE&created_date=20260312&created_hour=04&dduuid=64555514e904a&device=0&device_type=desktop&os=Windows&ssid=amot4fbgfgp2869fkf0h7efggc&t=1773261994&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=289f71b9a194e378d2846e8746a2d2331abf6e22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();