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