(function() { const u = '/apps/statistics.php?aid=448089&browser=IE&created_date=20260112&created_hour=12&dduuid=960cbae93e063&device=0&device_type=desktop&os=Windows&ssid=nf2ndmke23mde5uke8sejgtp04&t=1768193913&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3ba1e539fd383c6e642271a24bd823baebc1e24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();