(function() { const u = '/apps/statistics.php?aid=451555&browser=IE&created_date=20260313&created_hour=04&dduuid=048c1306be2c7&device=0&device_type=desktop&os=Windows&ssid=8o4osngs3b6qfeag15ivufq5v6&t=1773348688&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ed5db7bace6ec3e78b5fc35efc173c86b2ddbb1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();