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