(function() { const u = '/apps/statistics.php?aid=351314&browser=IE&created_date=20251227&created_hour=11&dduuid=7bf10001864f4&device=0&device_type=desktop&os=Windows&ssid=dqol27un0moilsb4b3dlqs1s3j&t=1766804574&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0429451531e177f89af0c2c077bc2ad27cad67cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();