(function() { const u = '/apps/statistics.php?aid=266033&browser=IE&created_date=20260226&created_hour=04&dduuid=3e68520e79381&device=0&device_type=desktop&os=Windows&ssid=olklua9g38airqq7apqf8qcl9o&t=1772051452&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=899a84ded29cb7465afa812a1f58741e528f2c95&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();