(function() { const u = '/apps/statistics.php?aid=112993&browser=IE&created_date=20260313&created_hour=08&dduuid=2123e35160d24&device=0&device_type=desktop&os=Windows&ssid=r07bo3kqq1d0p8v8ltlpb809oo&t=1773362639&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1596039bc20065a6066dbc6b79ae2f681dca432&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();