(function() { const u = '/apps/statistics.php?aid=435227&browser=IE&created_date=20260311&created_hour=08&dduuid=f79ae90dfee88&device=0&device_type=desktop&os=Windows&ssid=v5o18b960t0gtq26v075j60hr0&t=1773187651&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=483117926998fb71e2383fd8eb4fcd453a1d296a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();