(function() { const u = '/apps/statistics.php?aid=455059&browser=IE&created_date=20260312&created_hour=08&dduuid=e0314357aa45a&device=0&device_type=desktop&os=Windows&ssid=l7oulcb7fdgl3i3cfqep4731qg&t=1773275694&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5805d3bc72920b447ec46388c4223ccdde145fdd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();