(function() { const u = '/apps/statistics.php?aid=454158&browser=IE&created_date=20260223&created_hour=23&dduuid=46feb09ba16f4&device=0&device_type=desktop&os=Windows&ssid=0rlp11er1s1pg3i7rj02eia24p&t=1771861519&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0710ce294b56b822598fd0fd1dfabcd3abcfb995&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();