(function() { const u = '/apps/statistics.php?aid=443019&browser=IE&created_date=20260308&created_hour=04&dduuid=80556b7e4585d&device=0&device_type=desktop&os=Windows&ssid=8tqb100143242orpa8a1jn2tr9&t=1772914220&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91c70703604e04b4dedc25f72a75ccc39c1f12dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();