(function() { const u = '/apps/statistics.php?aid=430418&browser=IE&created_date=20260118&created_hour=00&dduuid=c6e32352f8267&device=0&device_type=desktop&os=Windows&ssid=0kqieb04k76mikdngqks1pnhe1&t=1768668178&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94d4a053e37f2dd1e1e512aa9a98705d28cdddbe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();