(function() { const u = '/apps/statistics.php?aid=35965&browser=IE&created_date=20260124&created_hour=05&dduuid=d74714411bf11&device=0&device_type=desktop&os=Windows&ssid=n2gd83cssomepouqhp4jqmh41s&t=1769203379&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ddb83803cb57007f8342b9953f0a2a455e5f91a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();