(function() { const u = '/apps/statistics.php?aid=395591&browser=IE&created_date=20260310&created_hour=04&dduuid=ad075dbefd77c&device=0&device_type=desktop&os=Windows&ssid=ekdvrgu9edov26ft99vp27h0f9&t=1773087076&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9dbf1ae0caef1803256afbfcd798cf5170e888d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();