(function() { const u = '/apps/statistics.php?aid=453997&browser=IE&created_date=20260311&created_hour=18&dduuid=9e544a34c1e96&device=0&device_type=desktop&os=Windows&ssid=cpslnudo4ahea7bvb2al916384&t=1773224808&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eec0c9e8710ff747d4a91a917135071c4de5f48f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();