(function() { const u = '/apps/statistics.php?aid=424159&browser=IE&created_date=20260313&created_hour=12&dduuid=09446555551a2&device=0&device_type=desktop&os=Windows&ssid=36jp0n0r3mgt5dejd5r67bc1rr&t=1773374728&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=def2e6be6189c377d9914eb4d5f1f897c5c1d12e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();