(function() { const u = '/apps/statistics.php?aid=428576&browser=IE&created_date=20260308&created_hour=05&dduuid=61164b512e8bd&device=0&device_type=desktop&os=Windows&ssid=8j6edrch1gct8p6nsofkp9r8u1&t=1772918497&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7399913c1ff61c7d87be2075fdd70b0ad23c6054&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();