(function() { const u = '/apps/statistics.php?aid=455212&browser=IE&created_date=20260223&created_hour=19&dduuid=4169290e3fd54&device=0&device_type=desktop&os=Windows&ssid=gfpetskqdplg2j8cn1j7tpsoj6&t=1771846105&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7a2b57ea1bee74f9ae17b9e83015742eff51b3b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();