(function() { const u = '/apps/statistics.php?aid=399026&browser=IE&created_date=20260226&created_hour=06&dduuid=2af964d1e7909&device=0&device_type=desktop&os=Windows&ssid=ira9fdlr1d0orojcu4l4tqkdu8&t=1772057093&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ac3f202f817cfe4e1b8f77f3aba697495097020&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();