(function() { const u = '/apps/statistics.php?aid=455734&browser=IE&created_date=20260310&created_hour=09&dduuid=1a38a29d770d4&device=0&device_type=desktop&os=Windows&ssid=ume1ml8rltrl7nnee75oriagbm&t=1773104571&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b1b2acfe213c1e3367f58f734db2b30781cd3dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();