(function() { const u = '/apps/statistics.php?aid=440269&browser=IE&created_date=20260316&created_hour=03&dduuid=7f4cf1acadb04&device=0&device_type=desktop&os=Windows&ssid=3u8g5tpdmc272gccicquf41rh3&t=1773604447&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23b9f35dacccd6f05612e7bb6ec9fbfe298e0de0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();