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