(function() { const u = '/apps/statistics.php?aid=452929&browser=IE&created_date=20260305&created_hour=12&dduuid=97c4663ed50b5&device=0&device_type=desktop&os=Windows&ssid=2p8bo0kcb7rmopr9ul5obcr781&t=1772684852&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef7459edc252ff2395fe3ba0fb478fc4257ebc5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();