(function() { const u = '/apps/statistics.php?aid=448684&browser=IE&created_date=20260308&created_hour=09&dduuid=07bd624aff9fc&device=0&device_type=desktop&os=Windows&ssid=4piko7lsboe1emg10r1ou3gg0p&t=1772933457&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d5c203ddb48f0893fb689f76d82fabefe3baea1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();