(function() { const u = '/apps/statistics.php?aid=92013&browser=IE&created_date=20260303&created_hour=14&dduuid=e04eeef8f6b39&device=0&device_type=desktop&os=Windows&ssid=2ojti9ffo63hjb8gcruiuivq3b&t=1772518466&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4db7f720bd705bc69733308bf1b82f90ca3a850a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();