(function() { const u = '/apps/statistics.php?aid=427194&browser=IE&created_date=20260123&created_hour=20&dduuid=cd43f3ec5d130&device=0&device_type=desktop&os=Windows&ssid=kt0b9fcaune34bjkhei28h4923&t=1769169776&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a628fd081f61845220885bd285768109ccc2daeb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();