(function() { const u = '/apps/statistics.php?aid=455028&browser=IE&created_date=20260224&created_hour=11&dduuid=207b641390656&device=0&device_type=desktop&os=Windows&ssid=jgvu3rmg7n13nvb81tv0jem9o4&t=1771905139&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b72a32f0558077807747ea450b1c85fb9aa8d2b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();