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