(function() { const u = '/apps/statistics.php?aid=4652&browser=IE&created_date=20260315&created_hour=14&dduuid=9f22dc857495b&device=0&device_type=desktop&os=Windows&ssid=o3dlbtpbcglqtt0t527o2655gd&t=1773556940&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5837c67f0f2c88b927d794c7350a53c63d954fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();