(function() { const u = '/apps/statistics.php?aid=97318&browser=IE&created_date=20260308&created_hour=11&dduuid=012328a3c32e7&device=0&device_type=desktop&os=Windows&ssid=e4p5qk3ahq95fh7mkh3orgh137&t=1772942277&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bbfc07ee2e6b98319e6460118a7f0a1519d4da87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();