(function() { const u = '/apps/statistics.php?aid=351289&browser=IE&created_date=20260312&created_hour=04&dduuid=9077aae2b9390&device=0&device_type=desktop&os=Windows&ssid=oo1f05gidhf807r9unno8lgsd7&t=1773260171&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24194acd7ef32abe87a128acdde20921947e71d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();