(function() { const u = '/apps/statistics.php?aid=38466&browser=IE&created_date=20260305&created_hour=03&dduuid=7d72359490879&device=0&device_type=desktop&os=Windows&ssid=ebbjbfublmctni1evrvpghulfh&t=1772653620&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7271811d8096809088e1eec941970603e857e464&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();