(function() { const u = '/apps/statistics.php?aid=395590&browser=IE&created_date=20260310&created_hour=04&dduuid=a5473d21a87af&device=0&device_type=desktop&os=Windows&ssid=4i00da0g69jl20ejeb64942bep&t=1773087078&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=794d6a682c0416028a3a56acb1047689857550ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();