(function() { const u = '/apps/statistics.php?aid=47134&browser=IE&created_date=20260305&created_hour=00&dduuid=5a55660f659ca&device=0&device_type=desktop&os=Windows&ssid=t39diud2sqd39c06976d9aandn&t=1772642477&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cb686e2ec4418f2455ed38a84701879fe1cdf4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();