(function() { const u = '/apps/statistics.php?aid=416092&browser=IE&created_date=20260310&created_hour=06&dduuid=5c06cbd5d3a7d&device=0&device_type=desktop&os=Windows&ssid=c2scoqcakhk75iogot6mb001g6&t=1773096214&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c09517934cfe3ce99b073f4bd7eb6dcb68345a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();