(function() { const u = '/apps/statistics.php?aid=443933&browser=IE&created_date=20260313&created_hour=17&dduuid=382e281b3e968&device=0&device_type=desktop&os=Windows&ssid=4ap0qhtrik52hat2o5ec3aiku6&t=1773392534&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=269a389b84e09ca6ab257f089b0994c802ac212c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();