(function() { const u = '/apps/statistics.php?aid=387017&browser=IE&created_date=20260311&created_hour=00&dduuid=8418c2e855a3f&device=0&device_type=desktop&os=Windows&ssid=0i4oe4lmprfk03d7cj0dsf5o4b&t=1773158958&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbfdcd6261bebaac8d14a6fbd77bd3f80695ba4d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();