(function() { const u = '/apps/statistics.php?aid=210195&browser=IE&created_date=20260224&created_hour=00&dduuid=30939fc609711&device=0&device_type=desktop&os=Windows&ssid=v27hi8p549cfmnkqrdh8r4ldk6&t=1771865362&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bef42325468fee4bd44bfe908810403a62628746&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();