(function() { const u = '/apps/statistics.php?aid=433188&browser=IE&created_date=20260311&created_hour=09&dduuid=c8ae3e15195cb&device=0&device_type=desktop&os=Windows&ssid=9oshvu0bs0m559f435pco8144p&t=1773193246&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=641f2f6af4f4ac6136aa66c8f29f8f56ee126ee8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();