(function() { const u = '/apps/statistics.php?aid=454593&browser=IE&created_date=20260310&created_hour=01&dduuid=7fa71d87785a5&device=0&device_type=desktop&os=Windows&ssid=jcbp94a7dlqiejeebjrgql9ufe&t=1773076494&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef5f336c7b0a932477cddaf68700763003990539&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();