(function() { const u = '/apps/statistics.php?aid=109782&browser=IE&created_date=20260310&created_hour=06&dduuid=63228be2df018&device=0&device_type=desktop&os=Windows&ssid=ncjrsm33lhj3h57ofqn9241d90&t=1773094738&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8957d8b40b0c35ce4745cfb1f94e9268178e387&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();