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