(function() { const u = '/apps/statistics.php?aid=455365&browser=IE&created_date=20260308&created_hour=11&dduuid=7d8fd29081f01&device=0&device_type=desktop&os=Windows&ssid=2o7be3o41nboibs785973vgohg&t=1772940963&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07d7666b86c9ccebe8afbd2849c2eebc2bb43f63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();