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