(function() { const u = '/apps/statistics.php?aid=455618&browser=IE&created_date=20260311&created_hour=04&dduuid=8b101249d3d66&device=0&device_type=desktop&os=Windows&ssid=v2q5cr0e43nen2n219d675jprc&t=1773176173&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3244fea654d134099557dce1135e3a318a108d9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();