(function() { const u = '/apps/statistics.php?aid=396682&browser=IE&created_date=20251218&created_hour=17&dduuid=b62e4275f6919&device=0&device_type=desktop&os=Windows&ssid=9lbhsg34m5a08hmvdh7jn0hafb&t=1766051835&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb8ca99afb5855f903cdef2005b9fa960adc01d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();