(function() { const u = '/apps/statistics.php?aid=456108&browser=IE&created_date=20260310&created_hour=09&dduuid=8354209061f58&device=0&device_type=desktop&os=Windows&ssid=gdg8q8a3a9m82l9nr4dkp03s5q&t=1773104570&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4be4f1050a3deb95b84ec144eea201fe91722764&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();