(function() { const u = '/apps/statistics.php?aid=450561&browser=IE&created_date=20260311&created_hour=21&dduuid=4ae6db170ee63&device=0&device_type=desktop&os=Windows&ssid=d0pq0a3nhhqprjlf7sd2msgq6d&t=1773234784&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e974a58f370f36d923afd04ba7e0b48ee70e75a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();