(function() { const u = '/apps/statistics.php?aid=375512&browser=IE&created_date=20260310&created_hour=04&dduuid=2767f5bd565bc&device=0&device_type=desktop&os=Windows&ssid=p7l1a5svldgsnoe2bb2ao7lb6r&t=1773088259&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7ab5ffdbe74dd1565a25ee9dfcc0a2d4cd2349d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();