(function() { const u = '/apps/statistics.php?aid=453913&browser=IE&created_date=20260311&created_hour=23&dduuid=d68caef5da036&device=0&device_type=desktop&os=Windows&ssid=5erl2gperhbc5vdp62dgr52799&t=1773244345&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a162e7510a841c979f5f8330c67070d56ea85bd7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();