(function() { const u = '/apps/statistics.php?aid=312621&browser=IE&created_date=20260307&created_hour=19&dduuid=65d84553a06bc&device=0&device_type=desktop&os=Windows&ssid=uaif0l7t4btasqv7t3irgq3ju8&t=1772884678&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fd3b2ca1c6cea2d36db0eb23af7b598e7ba5029&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();