(function() { const u = '/apps/statistics.php?aid=408606&browser=IE&created_date=20260312&created_hour=05&dduuid=8977f5fae4c78&device=0&device_type=desktop&os=Windows&ssid=5ql4hk6t9m333o54th89ca6d1u&t=1773263644&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bbb7b086245a81e75211d73159b2516d9b476ca3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();