(function() { const u = '/apps/statistics.php?aid=408343&browser=IE&created_date=20260114&created_hour=05&dduuid=ab9df39a196dd&device=0&device_type=desktop&os=Windows&ssid=i36snq1f37v4j975m8u4884qno&t=1768338077&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55d14bead31ccfc5b821d1c963e4eedd57a21cd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();