(function() { const u = '/apps/statistics.php?aid=426097&browser=IE&created_date=20260125&created_hour=16&dduuid=be3bd63ada2d1&device=0&device_type=desktop&os=Windows&ssid=9m2f099ra8v0s7s7g0lqfm7foa&t=1769329015&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a8d8ea77201aa8c9d323fe3c9246ebd3742f22e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();