(function() { const u = '/apps/statistics.php?aid=427450&browser=IE&created_date=20260113&created_hour=12&dduuid=d8389141b9332&device=0&device_type=desktop&os=Windows&ssid=mhale8lcejtifqcoi3ekfpleq1&t=1768277627&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42f9b667dbcbb6125fe48d40c78ad6c16810f21c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();