(function() { const u = '/apps/statistics.php?aid=455407&browser=IE&created_date=20260310&created_hour=13&dduuid=8f3aac93620cc&device=0&device_type=desktop&os=Windows&ssid=lp4bfi1thnq4u5202njo7tcl0d&t=1773121310&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cbac988b0082986034544ae7164e94dd03e3240&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();