(function() { const u = '/apps/statistics.php?aid=443948&browser=IE&created_date=20260313&created_hour=16&dduuid=5a2de93eeab4b&device=0&device_type=desktop&os=Windows&ssid=hl37oslo3v1abbtj2h06bjfrh8&t=1773390868&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d7fa2467a5e8de2ab031c35fd052186c6be3372&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();