(function() { const u = '/apps/statistics.php?aid=455930&browser=IE&created_date=20260310&created_hour=13&dduuid=18f5d4cdbcf4e&device=0&device_type=desktop&os=Windows&ssid=1lq364ejt65rb84hpb6c2q94g0&t=1773121362&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f196572bf08f52bddfff28863e2f030988b2e4de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();