(function() { const u = '/apps/statistics.php?aid=457954&browser=IE&created_date=20260312&created_hour=19&dduuid=502da03b1e767&device=0&device_type=desktop&os=Windows&ssid=1isrolt6imkjifjqo5n7sluj5u&t=1773315676&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96942796200d2192f5a469c7672ac3ec391c929d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();