(function() { const u = '/apps/statistics.php?aid=453359&browser=IE&created_date=20260311&created_hour=19&dduuid=227f95e742574&device=0&device_type=desktop&os=Windows&ssid=knpfn74h0m60sp4d3qo4o46t2p&t=1773228534&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b5ade4a8f4adf281821c1ad113eab70e65a507d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();