(function() { const u = '/apps/statistics.php?aid=455964&browser=IE&created_date=20260308&created_hour=02&dduuid=50f11cca4fc63&device=0&device_type=desktop&os=Windows&ssid=uq450lgol9u5nns6rktqe2jhl8&t=1772908901&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae794bbd7476bf9caba12c7e1e752a8b86c302f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();