(function() { const u = '/apps/statistics.php?aid=400145&browser=IE&created_date=20260308&created_hour=03&dduuid=7881b9ddeeec5&device=0&device_type=desktop&os=Windows&ssid=0jhf9jnrhte3pqnc8r333f3ccd&t=1772911560&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=046a43a89b6bafe839beba453a7ae2129359274a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();