(function() { const u = '/apps/statistics.php?aid=13356&browser=IE&created_date=20260308&created_hour=17&dduuid=c11f1df51658b&device=0&device_type=desktop&os=Windows&ssid=a4phieldibro5hspafnho1e0ko&t=1772961670&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c3288347bc254979f557316a45dd1da131d64cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();