(function() { const u = '/apps/statistics.php?aid=450185&browser=IE&created_date=20260312&created_hour=03&dduuid=f5f095d022ce0&device=0&device_type=desktop&os=Windows&ssid=sffrmt20line5hrjk429fsbsme&t=1773258591&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=caaaf02c2cad1b19685df1c88d2c7a72484e5794&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();