(function() { const u = '/apps/statistics.php?aid=453437&browser=IE&created_date=20260224&created_hour=21&dduuid=599f012e75db3&device=0&device_type=desktop&os=Windows&ssid=6tiipp23p4iniqb6t1i7i6as63&t=1771939645&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3861c95b3c073a0640e4d63b4c8c0c8e8b52f975&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();