(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260223&created_hour=18&dduuid=cc6235dac8bd4&device=0&device_type=desktop&os=Windows&ssid=37er9p10rhlspu72f9stvkih64&t=1771840972&typeid=18&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a56f9473a6c638862d2648268415dca9dd8f1fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();