(function() { const u = '/apps/statistics.php?aid=38435&browser=IE&created_date=20260305&created_hour=03&dduuid=4d3cd7f8a3371&device=0&device_type=desktop&os=Windows&ssid=bdd0dfpdkhl5bpqpsm6ld3m86k&t=1772653536&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0f31dd5b4811ab731c5bbaeadb574295feafc99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();