(function() { const u = '/apps/statistics.php?aid=448376&browser=IE&created_date=20260125&created_hour=09&dduuid=d1d943af02394&device=0&device_type=desktop&os=Windows&ssid=jpsm56d91lotgviinqp44e738k&t=1769304139&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75f846c53d459a9f564ca3ce7c25ef83a39c15c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();