(function() { const u = '/apps/statistics.php?aid=12361&browser=IE&created_date=20260121&created_hour=07&dduuid=24ce56acd856f&device=0&device_type=desktop&os=Windows&ssid=bilumkhdnltp2t7vecam55jovr&t=1768953307&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=694cd62ff67d27299fe769bf1632bd5f3e263149&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();