(function() { const u = '/apps/statistics.php?aid=409730&browser=IE&created_date=20260121&created_hour=04&dduuid=043ecf55b2ec0&device=0&device_type=desktop&os=Windows&ssid=jmbnu4abmmqph7a4emjve9ejfs&t=1768942205&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44ed92c3a21197202dcde5ed9c0da89c13d6b48d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();