(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260310&created_hour=11&dduuid=0538fc566d264&device=0&device_type=desktop&os=Windows&ssid=qua7r8qv5vbtca960amrg8c4u2&t=1773112128&typeid=19&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd2ecab3448453aacbb4d898714e1f4ff08f352e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();