(function() { const u = '/apps/statistics.php?aid=422653&browser=IE&created_date=20251220&created_hour=14&dduuid=f747879b41128&device=0&device_type=desktop&os=Windows&ssid=6pltr3e80srh2kcr677elpmugm&t=1766213440&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48fa46a55ec8d8791a8ae849d2bb9c68374b328a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();