(function() { const u = '/apps/statistics.php?aid=412013&browser=IE&created_date=20260310&created_hour=14&dduuid=31f2899be30db&device=0&device_type=desktop&os=Windows&ssid=u33gmbs8pf90cl75iq17d7i3hq&t=1773123938&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f1b20c532af09b646af1154b0cb2ab1199144a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();