(function() { const u = '/apps/statistics.php?aid=448414&browser=IE&created_date=20260112&created_hour=00&dduuid=49048046a7d4c&device=0&device_type=desktop&os=Windows&ssid=fes7oivadpdkeuc8eh9nsuo4mo&t=1768150283&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87d4e6e3f4dc4c405c789c56970321b67bd0bcef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();