(function() { const u = '/apps/statistics.php?aid=442402&browser=IE&created_date=20260303&created_hour=19&dduuid=71608d86771ff&device=0&device_type=desktop&os=Windows&ssid=nr0o3gre0oq842fj75ku7vo7o1&t=1772538146&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce8a326bdfbd06f47dc6abb4bbb924c9cc7f895c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();