(function() { const u = '/apps/statistics.php?aid=363105&browser=IE&created_date=20260312&created_hour=06&dduuid=0ea9a93082faa&device=0&device_type=desktop&os=Windows&ssid=h2m5c0d7vqcqgld0h4hci5pa48&t=1773269305&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11ce6ada9c5003ec74681cfc8687cf8ad0af5202&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();