(function() { const u = '/apps/statistics.php?aid=392059&browser=IE&created_date=20260224&created_hour=10&dduuid=ec0441efc10a0&device=0&device_type=desktop&os=Windows&ssid=9mb5bb9os2mk8shd1qog5c0k25&t=1771900095&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8acaad140f2ccbc6e8be88ef734747e3969c6f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();