(function() { const u = '/apps/statistics.php?aid=406176&browser=IE&created_date=20260314&created_hour=19&dduuid=1bf0caf2a9ebf&device=0&device_type=desktop&os=Windows&ssid=1lsn2jnt62igioccll2a4dal1s&t=1773486338&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50d3a20ea9c9e0f01ac2c5686ccbe64c048dbc53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();