(function() { const u = '/apps/statistics.php?aid=425595&browser=IE&created_date=20260101&created_hour=10&dduuid=922b258f5a9d6&device=0&device_type=desktop&os=Windows&ssid=2n2h0h345m4vb3uepfhgrbv072&t=1767235436&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46a541837fd2b03b8042d7cd53245255b7a13ad1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();