(function() { const u = '/apps/statistics.php?aid=453904&browser=IE&created_date=20260312&created_hour=01&dduuid=2ac7ee0ff459c&device=0&device_type=desktop&os=Windows&ssid=lo6bl6g07o81shee2tpoqqqtc5&t=1773248822&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2a8592ef2d4b365cae77da8d14456914dddce9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();