(function() { const u = '/apps/statistics.php?aid=432650&browser=IE&created_date=20260124&created_hour=20&dduuid=8e1489e1157f0&device=0&device_type=desktop&os=Windows&ssid=il5cp3d4dl0hjphmotcgtedoju&t=1769257481&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7659ebd10fa80b96da39288257a2c9f10ac51df6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();