(function() { const u = '/apps/statistics.php?aid=340386&browser=IE&created_date=20260227&created_hour=10&dduuid=b7cd3b5671fb4&device=0&device_type=desktop&os=Windows&ssid=bpgmc01de84fe6uqrs2hbip97a&t=1772158421&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31130a21ec4d6e9e17682db760ad0294d08a6d56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();