(function() { const u = '/apps/statistics.php?aid=455787&browser=IE&created_date=20260311&created_hour=07&dduuid=b130ae751ed0e&device=0&device_type=desktop&os=Windows&ssid=bto1vor4qbqa9kbv4i8u5uji02&t=1773184150&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=774ee8ab862796fdbd51979974191872e81a794e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();