(function() { const u = '/apps/statistics.php?aid=450549&browser=IE&created_date=20260311&created_hour=22&dduuid=22e44b73d8fe6&device=0&device_type=desktop&os=Windows&ssid=8stsa0ffic0k1fj46qhjeo2bir&t=1773240438&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e89fff7b034cc5c144d05e348177515ca0ba7926&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();