(function() { const u = '/apps/statistics.php?aid=276108&browser=IE&created_date=20260223&created_hour=22&dduuid=6ae4b35a871fa&device=0&device_type=desktop&os=Windows&ssid=18nebode9eu7tfql0l3r9b6pqh&t=1771855664&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5547ff51205a1b2f65ab36267a0a574eb1cf11c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();