(function() { const u = '/apps/statistics.php?aid=418766&browser=IE&created_date=20260311&created_hour=09&dduuid=c786c20f488ed&device=0&device_type=desktop&os=Windows&ssid=frn4ar69oth9r2ejgsk53bf1j5&t=1773194184&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec0635e9bd1c949f8786dc6bbb0e1766800d7c37&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();