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