(function() { const u = '/apps/statistics.php?aid=448700&browser=IE&created_date=20260122&created_hour=04&dduuid=ffafacf2dda01&device=0&device_type=desktop&os=Windows&ssid=57orc390lvg5l9s85cvmmse6hb&t=1769026063&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=610fcd29315b3c5e380463e6706d8ea4de94255f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();