(function() { const u = '/apps/statistics.php?aid=151358&browser=IE&created_date=20260110&created_hour=03&dduuid=7192f6e53008c&device=0&device_type=desktop&os=Windows&ssid=bntc9qh26hmakhe6g6il718ked&t=1767987293&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f7f415f100a67f48f3b7832f2932c9cfc80aa08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();