(function() { const u = '/apps/statistics.php?aid=451928&browser=IE&created_date=20260312&created_hour=23&dduuid=93dfbe604e73a&device=0&device_type=desktop&os=Windows&ssid=oimf0f2bu9ubnksleqoq1889h5&t=1773329700&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8ae1628055777fe7c1c1e04839e5b49f0971062&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();