(function() { const u = '/apps/statistics.php?aid=213784&browser=IE&created_date=20260228&created_hour=04&dduuid=3caf4b261ae4e&device=0&device_type=desktop&os=Windows&ssid=bdb64vvlgae1otf0tc7p1tvvtk&t=1772225343&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa375003be8d9da54aae2ac011c0db32ad69a2d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();