(function() { const u = '/apps/statistics.php?aid=163768&browser=IE&created_date=20260201&created_hour=01&dduuid=f03602be08ad1&device=0&device_type=desktop&os=Windows&ssid=02ghbosl7itlt09uji7g9ost4h&t=1769880889&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccc28027e1dfab24b75e34b396fc0ea98eb5fc51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();