(function() { const u = '/apps/statistics.php?aid=455206&browser=IE&created_date=20260223&created_hour=19&dduuid=425198e5e0db5&device=0&device_type=desktop&os=Windows&ssid=o5k1f7rh8d9luk5tictq6b1si5&t=1771846483&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b1788d737374a0f0ca18641f4e82d4b7e931528&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();