(function() { const u = '/apps/statistics.php?aid=555&browser=IE&created_date=20260226&created_hour=17&dduuid=7016f082a8625&device=0&device_type=desktop&os=Windows&ssid=7juca4mtm95v26taduep58v2qr&t=1772097332&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58104d5f0738dac6c22dc8561aab88679f4becbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();