(function() { const u = '/apps/statistics.php?aid=427266&browser=IE&created_date=20260123&created_hour=12&dduuid=304f533393c38&device=0&device_type=desktop&os=Windows&ssid=p8ntfue4qhu81qnlkhqml1fftc&t=1769141369&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e2ce22ef76640a1e2f64f6e6fd2d315f461e845&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();