(function() { const u = '/apps/statistics.php?aid=239189&browser=IE&created_date=20260121&created_hour=18&dduuid=526154568ddc8&device=0&device_type=desktop&os=Windows&ssid=23bgvo3k04fg4gk1dkps9ouhpr&t=1768990071&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d410627b9d6fe84fc803b01319a51005c4eb1d1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();