(function() { const u = '/apps/statistics.php?aid=413344&browser=IE&created_date=20260119&created_hour=06&dduuid=ac19ff5422c63&device=0&device_type=desktop&os=Windows&ssid=0005bu8pqvp9n30e6l11c51jca&t=1768776830&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea077728df25cc4830365eb6f0c7bfba26abc6f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();