(function() { const u = '/apps/statistics.php?aid=449414&browser=IE&created_date=20260226&created_hour=03&dduuid=4a2c1b05ac609&device=0&device_type=desktop&os=Windows&ssid=1tj88a12ua712pscrn960oo39a&t=1772049101&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=557cef689e4ec13ab0df0ff4941c9e4e5646342d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();