(function() { const u = '/apps/statistics.php?aid=448294&browser=IE&created_date=20260122&created_hour=12&dduuid=45bafedf035e5&device=0&device_type=desktop&os=Windows&ssid=nf3adb2ppd53vjufsj872q1gv1&t=1769054670&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=599759422ebfb580435f0351deb65d54877b210d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();