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