(function() { const u = '/apps/statistics.php?aid=354306&browser=IE&created_date=20260312&created_hour=15&dduuid=f3d42946c75e4&device=0&device_type=desktop&os=Windows&ssid=k07iq7g18qfs22n45lhks3djlj&t=1773301691&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=101073b0430f5f1f5dbd261689b651222d1386d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();