(function() { const u = '/apps/statistics.php?aid=114453&browser=IE&created_date=20260316&created_hour=17&dduuid=54cd3c3c5403f&device=0&device_type=desktop&os=Windows&ssid=hbogf1pd2fmt2o8pb5k26eak8c&t=1773654935&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8190ed106f3f1e21a2f613e3fd5a198bbf1946cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();