(function() { const u = '/apps/statistics.php?aid=349373&browser=IE&created_date=20260312&created_hour=10&dduuid=d888d9059621a&device=0&device_type=desktop&os=Windows&ssid=lb5p1693ioofv10600d1oi9ile&t=1773281296&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f3762e3043f38a6d8f0903448c0453568b6938b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();