(function() { const u = '/apps/statistics.php?aid=452117&browser=IE&created_date=20260312&created_hour=03&dduuid=056c631b380c6&device=0&device_type=desktop&os=Windows&ssid=fju02ip63l7fibtpila4mqorj0&t=1773255864&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d0920dff737e15c23272749ace2b4798a934ecb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();