(function() { const u = '/apps/statistics.php?aid=260604&browser=IE&created_date=20260316&created_hour=03&dduuid=6ffc40497f7c1&device=0&device_type=desktop&os=Windows&ssid=6ldj98r97cb0pm3r8g6d37kp3i&t=1773604369&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=369e608cbfe3faba9b65aea20ca0832f15520c13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();