(function() { const u = '/apps/statistics.php?aid=453439&browser=IE&created_date=20260311&created_hour=17&dduuid=5556b7330f553&device=0&device_type=desktop&os=Windows&ssid=vaao7ou7tcq7sf2nl5o7enggbh&t=1773221815&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ab7fc41ee0dd064fa5f0bef15e42e26bf418b23b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();