(function() { const u = '/apps/statistics.php?aid=455679&browser=IE&created_date=20260303&created_hour=12&dduuid=da4559734c206&device=0&device_type=desktop&os=Windows&ssid=v21c9ca7bd0djc4gf0fqu6jhre&t=1772512831&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fa65e7191945e4265c533b81486ceb4922df79b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();