(function() { const u = '/apps/statistics.php?aid=460531&browser=IE&created_date=20260308&created_hour=12&dduuid=6363e6ee8ef0e&device=0&device_type=desktop&os=Windows&ssid=aon50lbjb065nrb6mh9m89lbs1&t=1772942704&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e325d42af1d2a496e64727b82fe44f27189cac2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();