(function() { const u = '/apps/statistics.php?aid=294917&browser=IE&created_date=20260314&created_hour=04&dduuid=737ec388fd7c2&device=0&device_type=desktop&os=Windows&ssid=rebulo1b381v2rkfa3981k78c9&t=1773434103&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3c4c8bbd4055f80082938a1bdd482a50a94a36e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();