(function() { const u = '/apps/statistics.php?aid=406930&browser=IE&created_date=20260306&created_hour=12&dduuid=a15325462ec30&device=0&device_type=desktop&os=Windows&ssid=ds6gfu5lm0ac7if03am3o5t5ld&t=1772772375&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5681acc71cf326bceb1d8874aeb7718ea22503f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();