(function() { const u = '/apps/statistics.php?aid=402680&browser=IE&created_date=20260308&created_hour=06&dduuid=2a1fbd1dc171c&device=0&device_type=desktop&os=Windows&ssid=p0iecgmvs50ln8nlfmp2g5alkl&t=1772920913&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b0c53f2c3e37b3b67f6d6087a402c587ee33eadd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();