(function() { const u = '/apps/statistics.php?aid=113139&browser=IE&created_date=20260228&created_hour=01&dduuid=1fac42de4f31a&device=0&device_type=desktop&os=Windows&ssid=n9slm6caia3udv1cdo2o1n0fka&t=1772214564&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf76a5e06e87b4779942a9e942d9e7dddb863b8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();