(function() { const u = '/apps/statistics.php?aid=454242&browser=IE&created_date=20260201&created_hour=01&dduuid=788d5f3593a7d&device=0&device_type=desktop&os=Windows&ssid=e6vm0orfb901n9nvfq5d8i33sd&t=1769880977&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d34972c5704cd09692ee489ad31fe5a8b62026db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();