(function() { const u = '/apps/statistics.php?aid=455166&browser=IE&created_date=20260305&created_hour=00&dduuid=5a9f815db14ea&device=0&device_type=desktop&os=Windows&ssid=5geblfk55bfrm7ooic1evuvon4&t=1772642380&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=763b8b910fe03b7b4c557397b4a894b2c42e3bbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();