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