(function() { const u = '/apps/statistics.php?aid=294945&browser=IE&created_date=20260223&created_hour=11&dduuid=527e94b215d19&device=0&device_type=desktop&os=Windows&ssid=59k42thplo41hl1s6inuljmnim&t=1771817014&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=016947ad253851cf3fd371f17c8977bf0ec05b0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();