(function() { const u = '/apps/statistics.php?aid=456102&browser=IE&created_date=20260310&created_hour=09&dduuid=4d9764aa22090&device=0&device_type=desktop&os=Windows&ssid=mu8u98lueqkcuq91qjehb36178&t=1773104586&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=897ddafd53f7a514fdf80f21cf6aa534fe5e613b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();