(function() { const u = '/apps/statistics.php?aid=402468&browser=IE&created_date=20260127&created_hour=01&dduuid=fa6d5dc61bcde&device=0&device_type=desktop&os=Windows&ssid=tij0nuumm41bjcidj1qnma1ee9&t=1769448874&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8f90c1a46987a14fb15de918973f3ecab3d0f78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();