(function() { const u = '/apps/statistics.php?aid=446600&browser=IE&created_date=20260124&created_hour=01&dduuid=564a703458370&device=0&device_type=desktop&os=Windows&ssid=kctsp8qit8ev9l06m0lh0tsbgt&t=1769190594&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=824832fd5758cddc3996eec6162a96d2ff4bf90c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();