(function() { const u = '/apps/statistics.php?aid=428583&browser=IE&created_date=20260120&created_hour=18&dduuid=a4fba720851fb&device=0&device_type=desktop&os=Windows&ssid=02ma85nie4kla8q87s4nq77rot&t=1768905351&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4fea8179dbf8cdb0b7f2ce7077775b71fcf89884&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();