(function() { const u = '/apps/statistics.php?aid=453705&browser=IE&created_date=20260312&created_hour=12&dduuid=2d78ec5d6695b&device=0&device_type=desktop&os=Windows&ssid=bko5un9pge6199fvolri3rdhkf&t=1773288609&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5002bb9ef9439119f46d32b73a2b947557c3564b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();