(function() { const u = '/apps/statistics.php?aid=446896&browser=IE&created_date=20260308&created_hour=10&dduuid=5f78067c3a680&device=0&device_type=desktop&os=Windows&ssid=3ec03hlvhm1rbirqp4kic1e3l8&t=1772936776&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7090f7b006127f21bf9439281782fe6542ff69c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();