(function() { const u = '/apps/statistics.php?aid=264433&browser=IE&created_date=20260315&created_hour=17&dduuid=a8df8c5979150&device=0&device_type=desktop&os=Windows&ssid=uno5ng2l0dhdl1j84ag9moi8lm&t=1773567687&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=330446f68a06539c902a6902a7c76657d37d150e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();