(function() { const u = '/apps/statistics.php?aid=455889&browser=IE&created_date=20260310&created_hour=17&dduuid=45c61a124372d&device=0&device_type=desktop&os=Windows&ssid=maoscu519rvb63bjifblds49b4&t=1773133723&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c33edd366f46149d64a3db7f6df2f2cd469be29&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();