(function() { const u = '/apps/statistics.php?aid=449033&browser=IE&created_date=20260226&created_hour=00&dduuid=05520ab1dadfe&device=0&device_type=desktop&os=Windows&ssid=q0me52lnj29hgmv5pgof0hnojj&t=1772036455&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c021d3c979d5b0f3ae32f6d8e631e93066057e84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();