(function() { const u = '/apps/statistics.php?aid=405943&browser=IE&created_date=20260311&created_hour=05&dduuid=041fe85d90c30&device=0&device_type=desktop&os=Windows&ssid=flr1tu3mo07mm5is8pd1lr2na0&t=1773178658&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=990fc949cbbd4ea48d6e7a7e4f0ea030de08a4f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();