(function() { const u = '/apps/statistics.php?aid=450166&browser=IE&created_date=20260312&created_hour=05&dduuid=e9578c8a69b43&device=0&device_type=desktop&os=Windows&ssid=bq79sdm8uif16fdfd1latcqmo0&t=1773265066&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd7e56ea2da325c8d7277939515f7c1c6f7adb6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();