(function() { const u = '/apps/statistics.php?aid=455290&browser=IE&created_date=20260313&created_hour=11&dduuid=d125be73e0618&device=0&device_type=desktop&os=Windows&ssid=n7pluirmuu2ra98hvb11e0jq8h&t=1773373762&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff997207435786a449940d4bc4290fcb21e4cc2f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();