(function() { const u = '/apps/statistics.php?aid=452841&browser=IE&created_date=20260224&created_hour=19&dduuid=7d77208a84e75&device=0&device_type=desktop&os=Windows&ssid=141bufdr6o7pl2c4793eeu2s7r&t=1771931652&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e1486706135489b2ca3d211cd156aed13217a72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();