(function() { const u = '/apps/statistics.php?aid=372852&browser=IE&created_date=20260113&created_hour=16&dduuid=b04daf76333a0&device=0&device_type=desktop&os=Windows&ssid=b80vpohv5tmjqnl76mrm8tdooe&t=1768294453&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46118f5e8e03cb69c25d2780c25a894e0fa4aea4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();