(function() { const u = '/apps/statistics.php?aid=17367&browser=IE&created_date=20260305&created_hour=13&dduuid=a08266d3af731&device=0&device_type=desktop&os=Windows&ssid=idedhqm23vjih0033j9rl94cd5&t=1772688208&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1c9e589d72f24782fe07e03087cbfc38059d39d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();