(function() { const u = '/apps/statistics.php?aid=360165&browser=IE&created_date=20260114&created_hour=11&dduuid=56c1df08527fa&device=0&device_type=desktop&os=Windows&ssid=7in5u86k29mh3miginap8s53ph&t=1768360666&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a1e5033bcef19dbeaf7732584e3abc9ebb9214a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();