(function() { const u = '/apps/statistics.php?aid=454982&browser=IE&created_date=20260312&created_hour=13&dduuid=6ba41b2134836&device=0&device_type=desktop&os=Windows&ssid=ofm39ngh9e8aad2huj3hl6nh0l&t=1773294240&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71554b292b5a4eea8d63d78eeff30b00e1f82623&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();