(function() { const u = '/apps/statistics.php?aid=353152&browser=IE&created_date=20260311&created_hour=22&dduuid=3f8c45874af56&device=0&device_type=desktop&os=Windows&ssid=as9m8kr7sit2p5d1cg9o6rgih4&t=1773241104&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97ec417da4f48808371bfc1ad8f043d2ab96cba1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();