(function() { const u = '/apps/statistics.php?aid=450604&browser=IE&created_date=20260311&created_hour=21&dduuid=cf65ccc8f46e0&device=0&device_type=desktop&os=Windows&ssid=malg9jfil8d7n92lspo2rd13vj&t=1773235491&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76b0fb46a70865517fc570b8ebc1a22603286644&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();