(function() { const u = '/apps/statistics.php?aid=443797&browser=IE&created_date=20260314&created_hour=02&dduuid=56e669411c405&device=0&device_type=desktop&os=Windows&ssid=d7hjscb46ao075j5upvg4r99fc&t=1773427604&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9a596df609bea775f9632cf11af92cf18b7244e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();