(function() { const u = '/apps/statistics.php?aid=440220&browser=IE&created_date=20251225&created_hour=00&dduuid=dfd57f43fe5b0&device=0&device_type=desktop&os=Windows&ssid=ibk5sum0gut1ks97agsc6vppqq&t=1766595180&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de903b6ff6b69a857b5cb96f329b2486e79a44db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();