(function() { const u = '/apps/statistics.php?aid=440048&browser=IE&created_date=20260310&created_hour=09&dduuid=217ea9f5013cb&device=0&device_type=desktop&os=Windows&ssid=l12mhnf3jugbnu9jlhs5daglma&t=1773106272&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=517159c01368ebda904d8b6f0717241a58bace36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();