(function() { const u = '/apps/statistics.php?aid=447490&browser=IE&created_date=20260112&created_hour=12&dduuid=9e69abe4e84ed&device=0&device_type=desktop&os=Windows&ssid=162o3q39soj1kh0auu7939hkca&t=1768192917&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=127986b5f7e8bf9dbd7b183e8d0c884a200c5742&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();