(function() { const u = '/apps/statistics.php?aid=222967&browser=IE&created_date=20260123&created_hour=11&dduuid=6281c1327e05e&device=0&device_type=desktop&os=Windows&ssid=lo882e2jg83e70moduhde25de6&t=1769138183&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b2a38db2fbe1bf0b1f85bae8b0b2af66ffd770d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();