(function() { const u = '/apps/statistics.php?aid=459145&browser=IE&created_date=20260309&created_hour=11&dduuid=e3dc12212ff10&device=0&device_type=desktop&os=Windows&ssid=ipg16d6hb6f9ap873tpqcvts4t&t=1773026710&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31e299da74c96da8edd8292bbf1bca6a4cd64e90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();