(function() { const u = '/apps/statistics.php?aid=459489&browser=IE&created_date=20260314&created_hour=17&dduuid=73f85b4863129&device=0&device_type=desktop&os=Windows&ssid=a33slslr2vh9mp865ugqgcco02&t=1773479909&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3ac6de46594ca82bada012d6d0058bafe6e7723&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();