(function() { const u = '/apps/statistics.php?aid=412006&browser=IE&created_date=20251216&created_hour=20&dduuid=76a346047ff24&device=0&device_type=desktop&os=Windows&ssid=c4plstbl2jtilq45e9hhtlo980&t=1765887981&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afa3cb6f12e33e691baac62728788c335d30bc78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();