(function() { const u = '/apps/statistics.php?aid=417674&browser=IE&created_date=20260316&created_hour=16&dduuid=e052c00b0c96d&device=0&device_type=desktop&os=Windows&ssid=8hbc22n90e6sen6q2ofcrk7r82&t=1773648907&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1b6f98f86dd9436dbe2fe456aa3800938885647&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();