(function() { const u = '/apps/statistics.php?aid=232041&browser=IE&created_date=20260226&created_hour=08&dduuid=0eac017b86f04&device=0&device_type=desktop&os=Windows&ssid=aadbnjjg650mcd9ippeqdag0ku&t=1772065429&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e79b9a89fa44599a34069dde45f4db0d126a8a21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();