(function() { const u = '/apps/statistics.php?aid=455072&browser=IE&created_date=20260308&created_hour=15&dduuid=dc6a08996687c&device=0&device_type=desktop&os=Windows&ssid=aarn9c3259lf2l1inhkvkaihm3&t=1772953341&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccdca337bd73e6a6c0f071f2e68d21a7e2e01e6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();