(function() { const u = '/apps/statistics.php?aid=246784&browser=IE&created_date=20260317&created_hour=01&dduuid=f616ae883f03c&device=0&device_type=desktop&os=Windows&ssid=n7frkv3ugem84i2cgflqdobip9&t=1773681031&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24ba0e3d7cd6ea3b1da703a6cb874d8de44d5d13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();