(function() { const u = '/apps/statistics.php?aid=455191&browser=IE&created_date=20260308&created_hour=17&dduuid=e5f05e0cebdff&device=0&device_type=desktop&os=Windows&ssid=0n678c8fcbk7uq891lmc96a07m&t=1772963432&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bcfb89b14789e3cbbd39710bdf866754ebb10fc5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();