(function() { const u = '/apps/statistics.php?aid=446313&browser=IE&created_date=20260114&created_hour=17&dduuid=ccae40e7132b1&device=0&device_type=desktop&os=Windows&ssid=t5bp1gtudatru2dqnbpsfj256s&t=1768382886&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=066caa7c985624d5eedc1d485957d0ff31f7c34a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();