(function() { const u = '/apps/statistics.php?aid=442321&browser=IE&created_date=20251222&created_hour=10&dduuid=013f936d2f0c4&device=0&device_type=desktop&os=Windows&ssid=i61ht3s7j8vvgcdithoddufirk&t=1766369648&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cb4386e1a1de7906b32dac4cb9aebce935b5d50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();