(function() { const u = '/apps/statistics.php?aid=453729&browser=IE&created_date=20260224&created_hour=03&dduuid=ead8d9a2cac9e&device=0&device_type=desktop&os=Windows&ssid=mipbt3a0919u1ct2cmo45k0ksa&t=1771876712&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e43d7203ff3b59fe5043b396a0fc7480e61a2c92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();