(function() { const u = '/apps/statistics.php?aid=407744&browser=IE&created_date=20260310&created_hour=22&dduuid=d1ddcc17d321a&device=0&device_type=desktop&os=Windows&ssid=cbbtlp14ekmn7amt5672mc4hs1&t=1773152087&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d3f7a587e34c0d04f9eb5822c080d2539714167&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();