(function() { const u = '/apps/statistics.php?aid=455159&browser=IE&created_date=20260309&created_hour=10&dduuid=2aaa487355b4f&device=0&device_type=desktop&os=Windows&ssid=1omtjl7r8unve1s6jr7f8nes7g&t=1773025043&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06a80076337591994e865f3a70663dcdc74578c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();